#BB5C77

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

Shades of Royal Heath #BB5C77

Tints of Royal Heath #BB5C77

Color information

#BB5C77 (or 0xBB5C77) is unknown color: approx Royal Heath. HEX triplet: BB, 5C and 77. RGB value is (187,92,119). Sum of RGB (Red+Green+Blue) = 187+92+119=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C77 is #44A388. Grayscale: #7B7B7B. Windows color (decimal): -4498313 or 7822523. OLE color: 7822523.

HSL color Cylindrical-coordinate representation of color #BB5C77: hue angle of 342.95º 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 #BB5C77 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18792119-
CMYK00.510.360.27
HSL342.95º41.13%54.71%-
HSV(B)342.95º50.8%73.33%-
XYZ27.6519.5519.77-
YUV123.48125.47173.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=46.98%
G=23.12%
B=29.90%

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
Decimal1879211900.510.360.27342.9541.1354.71
HexBB5C77033241B1572937
Octal27313416706344335275167
Binary1011101110111001110111011001110010011011101010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C77; }

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

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

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

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

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

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

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

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