#BB5376

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

Shades of Royal Heath #BB5376

Tints of Royal Heath #BB5376

Color information

#BB5376 (or 0xBB5376) is unknown color: approx Royal Heath. HEX triplet: BB, 53 and 76. RGB value is (187,83,118). Sum of RGB (Red+Green+Blue) = 187+83+118=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5376 is #44AC89. Grayscale: #767676. Windows color (decimal): -4500618 or 7754683. OLE color: 7754683.

HSL color Cylindrical-coordinate representation of color #BB5376: hue angle of 339.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5376 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18783118-
CMYK00.560.370.27
HSL339.81º43.33%52.94%-
HSV(B)339.81º55.61%73.33%-
XYZ26.8618.0619.21-
YUV118.09127.96177.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=48.20%
G=21.39%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878311800.560.370.27339.8143.3352.94
HexBB5376038251B1542b35
Octal27312316607045335245365
Binary1011101110100111110110011100010010111011101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5376; }

 p { color: rgb(187,83,118); }

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

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

 a { background-color: rgb(187,83,118); }

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

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

 span { border-color: rgb(187,83,118); }

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