Html Css Color HEX #BB4577 Royal Heath

📋 copy color: '#BB4577'

red 187 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #BB4577

Tints of Royal Heath #BB4577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 49.87%
G = 18.4%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4577 (or 0xBB4577) is known color: Royal Heath. HEX triplet: BB, 45 and 77. RGB value is (187,69,119). Sum of RGB (Red+Green+Blue) = 187+69+119=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4577 is #44BA88. Grayscale: #6D6D6D. Windows color (decimal): -4504201 or 7816635. OLE color: 7816635.

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

Color convert

RGB 187 69 119 -
CMYK 0 0.63 0.36 0.27
HSL 334.58º 0.46% 0.5% -
HSV(B) 334.58º 0.63% 0.73% -
XYZ 25.95 16.15 19.2 -
YUV 109.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 187 69 119 0 0.63 0.36 0.27 334.58 0.46 0.5
Hex BB 45 77 0 3F 24 1B 14F 2E 32
Octal 273 105 167 0 77 44 33 517 56 62
Binary 10111011 1000101 1110111 0 111111 100100 11011 101001111 101110 110010

Color Harmonies of #BB4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4577

Black with #BB4577

Text Example


Text Example

White with #BB4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4577; }

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

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

background-color css

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

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

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

border-color css

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

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

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