Html Css Color HEX #BB3872 Royal Heath

📋 copy color: '#BB3872'

red 187 ◦ green 56 ◦ blue 114

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

Shades of Royal Heath #BB3872

Tints of Royal Heath #BB3872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 52.38%
G = 15.69%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB3872 (or 0xBB3872) is known color: Royal Heath. HEX triplet: BB, 38 and 72. RGB value is (187,56,114). Sum of RGB (Red+Green+Blue) = 187+56+114=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3872 is #44C78D. Grayscale: #656565. Windows color (decimal): -4507534 or 7485627. OLE color: 7485627.

HSL color Cylindrical-coordinate representation of color #BB3872: hue angle of 333.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3872 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 114 -
CMYK 0 0.70 0.39 0.27
HSL 333.44º 0.54% 0.48% -
HSV(B) 333.44º 0.7% 0.73% -
XYZ 24.94 14.61 17.42 -
YUV 101.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 187 56 114 0 0.70 0.39 0.27 333.44 0.54 0.48
Hex BB 38 72 0 46 27 1B 14D 36 30
Octal 273 70 162 0 106 47 33 515 66 60
Binary 10111011 111000 1110010 0 1000110 100111 11011 101001101 110110 110000

Color Harmonies of #BB3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3872

Black with #BB3872

Text Example


Text Example

White with #BB3872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3872; }

 p { color: rgb(187,56,114); }

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

background-color css

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

 a { background-color: rgb(187,56,114); }

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

border-color css

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

 span { border-color: rgb(187,56,114); }

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