#BB5377

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

Shades of Royal Heath #BB5377

Tints of Royal Heath #BB5377

Color information

#BB5377 (or 0xBB5377) is unknown color: approx Royal Heath. HEX triplet: BB, 53 and 77. RGB value is (187,83,119). Sum of RGB (Red+Green+Blue) = 187+83+119=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5377 is #44AC88. Grayscale: #767676. Windows color (decimal): -4500617 or 7820219. OLE color: 7820219.

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

Color convert

RGB18783119-
CMYK00.560.360.27
HSL339.23º43.33%52.94%-
HSV(B)339.23º55.61%73.33%-
XYZ26.9218.0819.52-
YUV118.2128.46177.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=48.07%
G=21.34%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878311900.560.360.27339.2343.3352.94
HexBB5377038241B1532b35
Octal27312316707044335235365
Binary1011101110100111110111011100010010011011101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5377; }

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

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

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

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

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

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

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

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