#bb376c

Color #BB376C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB376C

Tints of Royal Heath #BB376C

Color information

#BB376C (or 0xBB376C) is unknown color: approx Royal Heath. HEX triplet: BB, 37 and 6C. RGB value is (187,55,108). Sum of RGB (Red+Green+Blue) = 187+55+108=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376C is #44C893. Grayscale: #646464. Windows color (decimal): -4507796 or 7092155. OLE color: 7092155.

HSL color Cylindrical-coordinate representation of color #BB376C: hue angle of 335.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB376C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18755108-
CMYK00.710.420.27
HSL335.91º54.55%47.45%-
HSV(B)335.91º70.59%73.33%-
XYZ24.5714.3815.67-
YUV100.51132.23189.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=53.43%
G=15.71%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875510800.710.420.27335.9154.5547.45
HexBB376C0472A1B150372f
Octal27367154010752335206757
Binary1011101111011111011000100011110101011011101010000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb376c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb376c; }

 p { color: rgb(187,55,108); }

 H1.HeaderClassName
 {
   color: #bb376c;
 }
 .AnyTagClassName
 {
   color: #bb376c;
 }
</style>
background-color css

<style>
 a { background-color: #bb376c; }

 a { background-color: rgb(187,55,108); }

 div.DivClassName
 {
   background-color: #bb376c;
 }
 .BgClassName
 {
   background-color: #bb376c;
 }
</style>
border-color css

<style>
 span { border-color: #bb376c; }

 span { border-color: rgb(187,55,108); }

 td.TdClassName
 {
   border-color: #bb376c;
 }
 .TagClassName
 {
   border-color: #bb376c;
 }
</style>