#BB5B77

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

Shades of Royal Heath #BB5B77

Tints of Royal Heath #BB5B77

Color information

#BB5B77 (or 0xBB5B77) is unknown color: approx Royal Heath. HEX triplet: BB, 5B and 77. RGB value is (187,91,119). Sum of RGB (Red+Green+Blue) = 187+91+119=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B77 is #44A488. Grayscale: #7A7A7A. Windows color (decimal): -4498569 or 7822267. OLE color: 7822267.

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

Color convert

RGB18791119-
CMYK00.510.360.27
HSL342.5º41.38%54.51%-
HSV(B)342.5º51.34%73.33%-
XYZ27.5619.3819.74-
YUV122.9125.8173.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=47.10%
G=22.92%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879111900.510.360.27342.541.3854.51
HexBB5B77033241B1562937
Octal27313316706344335265167
Binary1011101110110111110111011001110010011011101010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B77; }

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

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

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

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

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

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

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

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