#BB5279

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

Shades of Royal Heath #BB5279

Tints of Royal Heath #BB5279

Color information

#BB5279 (or 0xBB5279) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 79. RGB value is (187,82,121). Sum of RGB (Red+Green+Blue) = 187+82+121=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5279 is #44AD86. Grayscale: #757575. Windows color (decimal): -4500871 or 7951035. OLE color: 7951035.

HSL color Cylindrical-coordinate representation of color #BB5279: hue angle of 337.71º degrees, saturation: 0.44, 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 #BB5279 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18782121-
CMYK00.560.350.27
HSL337.71º43.57%52.75%-
HSV(B)337.71º56.15%73.33%-
XYZ26.9617.9820.14-
YUV117.84129.79177.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=47.95%
G=21.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878212100.560.350.27337.7143.5752.75
HexBB5279038231B1522c35
Octal27312217107043335225465
Binary1011101110100101111001011100010001111011101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5279; }

 p { color: rgb(187,82,121); }

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

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

 a { background-color: rgb(187,82,121); }

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

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

 span { border-color: rgb(187,82,121); }

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