Html Css Color HEX #BB5976 Royal Heath

📋 copy color: '#BB5976'

red 187 ◦ green 89 ◦ blue 118

#BB5976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BB5976

Tints of Royal Heath #BB5976

RGB

 RED value IS 187 (73.44% from 255) = 47.46%

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 47.46%
G = 22.59%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB5976 (or 0xBB5976) is known color: Royal Heath. HEX triplet: BB, 59 and 76. RGB value is (187,89,118). Sum of RGB (Red+Green+Blue) = 187+89+118=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5976 is #44A689. Grayscale: #797979. Windows color (decimal): -4499082 or 7756219. OLE color: 7756219.

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

Color convert

RGB 187 89 118 -
CMYK 0 0.52 0.37 0.27
HSL 342.24º 0.42% 0.54% -
HSV(B) 342.24º 0.52% 0.73% -
XYZ 27.34 19.02 19.37 -
YUV 121.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 187 89 118 0 0.52 0.37 0.27 342.24 0.42 0.54
Hex BB 59 76 0 34 25 1B 156 2A 36
Octal 273 131 166 0 64 45 33 526 52 66
Binary 10111011 1011001 1110110 0 110100 100101 11011 101010110 101010 110110

Color Harmonies of #BB5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5976

Black with #BB5976

Text Example


Text Example

White with #BB5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5976; }

 p { color: rgb(187,89,118); }

 H1.HeaderClassName
 {
   color: #BB5976;
 }
 .AnyTagClassName
 {
   color: #BB5976;
 }
</style>

background-color css

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

 a { background-color: rgb(187,89,118); }

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

border-color css

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

 span { border-color: rgb(187,89,118); }

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