Html Css Color HEX #BB4A72 Royal Heath

📋 copy color: '#BB4A72'

red 187 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #BB4A72

Tints of Royal Heath #BB4A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

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

R = 49.87%
G = 19.73%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4A72 (or 0xBB4A72) is known color: Royal Heath. HEX triplet: BB, 4A and 72. RGB value is (187,74,114). Sum of RGB (Red+Green+Blue) = 187+74+114=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A72 is #44B58D. Grayscale: #707070. Windows color (decimal): -4502926 or 7490235. OLE color: 7490235.

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

Color convert

RGB 187 74 114 -
CMYK 0 0.60 0.39 0.27
HSL 338.76º 0.45% 0.51% -
HSV(B) 338.76º 0.6% 0.73% -
XYZ 25.98 16.68 17.77 -
YUV 112.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 187 74 114 0 0.60 0.39 0.27 338.76 0.45 0.51
Hex BB 4A 72 0 3C 27 1B 153 2D 33
Octal 273 112 162 0 74 47 33 523 55 63
Binary 10111011 1001010 1110010 0 111100 100111 11011 101010011 101101 110011

Color Harmonies of #BB4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A72

Black with #BB4A72

Text Example


Text Example

White with #BB4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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