#BB5A77

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

Shades of Royal Heath #BB5A77

Tints of Royal Heath #BB5A77

Color information

#BB5A77 (or 0xBB5A77) is unknown color: approx Royal Heath. HEX triplet: BB, 5A and 77. RGB value is (187,90,119). Sum of RGB (Red+Green+Blue) = 187+90+119=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A77 is #44A588. Grayscale: #7A7A7A. Windows color (decimal): -4498825 or 7822011. OLE color: 7822011.

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

Color convert

RGB18790119-
CMYK00.520.360.27
HSL342.06º41.63%54.31%-
HSV(B)342.06º51.87%73.33%-
XYZ27.4819.2119.71-
YUV122.31126.14174.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=47.22%
G=22.73%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879011900.520.360.27342.0641.6354.31
HexBB5A77034241B1562a36
Octal27313216706444335265266
Binary1011101110110101110111011010010010011011101010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A77; }

 p { color: rgb(187,90,119); }

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

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

 a { background-color: rgb(187,90,119); }

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

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

 span { border-color: rgb(187,90,119); }

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