Html Css Color HEX #BB4872 Royal Heath

📋 copy color: '#BB4872'

red 187 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #BB4872

Tints of Royal Heath #BB4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 50.13%
G = 19.3%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4872 (or 0xBB4872) is known color: Royal Heath. HEX triplet: BB, 48 and 72. RGB value is (187,72,114). Sum of RGB (Red+Green+Blue) = 187+72+114=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4872 is #44B78D. Grayscale: #6F6F6F. Windows color (decimal): -4503438 or 7489723. OLE color: 7489723.

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

Color convert

RGB 187 72 114 -
CMYK 0 0.61 0.39 0.27
HSL 338.09º 0.46% 0.51% -
HSV(B) 338.09º 0.61% 0.73% -
XYZ 25.85 16.41 17.73 -
YUV 111.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 187 72 114 0 0.61 0.39 0.27 338.09 0.46 0.51
Hex BB 48 72 0 3D 27 1B 152 2E 33
Octal 273 110 162 0 75 47 33 522 56 63
Binary 10111011 1001000 1110010 0 111101 100111 11011 101010010 101110 110011

Color Harmonies of #BB4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4872

Black with #BB4872

Text Example


Text Example

White with #BB4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4872; }

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

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

background-color css

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

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

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

border-color css

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

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

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