Html Css Color HEX #BB4572 Royal Heath

📋 copy color: '#BB4572'

red 187 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #BB4572

Tints of Royal Heath #BB4572

RGB

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

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

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

R = 50.54%
G = 18.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4572 (or 0xBB4572) is known color: Royal Heath. HEX triplet: BB, 45 and 72. RGB value is (187,69,114). Sum of RGB (Red+Green+Blue) = 187+69+114=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4572 is #44BA8D. Grayscale: #6D6D6D. Windows color (decimal): -4504206 or 7488955. OLE color: 7488955.

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

Color convert

RGB 187 69 114 -
CMYK 0 0.63 0.39 0.27
HSL 337.12º 0.46% 0.5% -
HSV(B) 337.12º 0.63% 0.73% -
XYZ 25.66 16.04 17.66 -
YUV 109.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 187 69 114 0 0.63 0.39 0.27 337.12 0.46 0.5
Hex BB 45 72 0 3F 27 1B 151 2E 32
Octal 273 105 162 0 77 47 33 521 56 62
Binary 10111011 1000101 1110010 0 111111 100111 11011 101010001 101110 110010

Color Harmonies of #BB4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4572

Black with #BB4572

Text Example


Text Example

White with #BB4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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