Html Css Color HEX #BB4576 Royal Heath

📋 copy color: '#BB4576'

red 187 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #BB4576

Tints of Royal Heath #BB4576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 50%
G = 18.45%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4576 (or 0xBB4576) is known color: Royal Heath. HEX triplet: BB, 45 and 76. RGB value is (187,69,118). Sum of RGB (Red+Green+Blue) = 187+69+118=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4576 is #44BA89. Grayscale: #6D6D6D. Windows color (decimal): -4504202 or 7751099. OLE color: 7751099.

HSL color Cylindrical-coordinate representation of color #BB4576: hue angle of 335.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4576 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 118 -
CMYK 0 0.63 0.37 0.27
HSL 335.08º 0.46% 0.5% -
HSV(B) 335.08º 0.63% 0.73% -
XYZ 25.89 16.13 18.89 -
YUV 109.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 187 69 118 0 0.63 0.37 0.27 335.08 0.46 0.5
Hex BB 45 76 0 3F 25 1B 14F 2E 32
Octal 273 105 166 0 77 45 33 517 56 62
Binary 10111011 1000101 1110110 0 111111 100101 11011 101001111 101110 110010

Color Harmonies of #BB4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4576

Black with #BB4576

Text Example


Text Example

White with #BB4576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4576; }

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

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

background-color css

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

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

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

border-color css

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

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

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