Html Css Color HEX #BB4276 Royal Heath

📋 copy color: '#BB4276'

red 187 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #BB4276

Tints of Royal Heath #BB4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 50.4%
G = 17.79%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4276 (or 0xBB4276) is known color: Royal Heath. HEX triplet: BB, 42 and 76. RGB value is (187,66,118). Sum of RGB (Red+Green+Blue) = 187+66+118=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4276 is #44BD89. Grayscale: #6C6C6C. Windows color (decimal): -4504970 or 7750331. OLE color: 7750331.

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

Color convert

RGB 187 66 118 -
CMYK 0 0.65 0.37 0.27
HSL 334.21º 0.48% 0.5% -
HSV(B) 334.21º 0.65% 0.73% -
XYZ 25.71 15.77 18.83 -
YUV 108.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 187 66 118 0 0.65 0.37 0.27 334.21 0.48 0.5
Hex BB 42 76 0 41 25 1B 14E 30 32
Octal 273 102 166 0 101 45 33 516 60 62
Binary 10111011 1000010 1110110 0 1000001 100101 11011 101001110 110000 110010

Color Harmonies of #BB4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4276

Black with #BB4276

Text Example


Text Example

White with #BB4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4276; }

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

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

background-color css

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

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

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

border-color css

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

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

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