Html Css Color HEX #BB4A70 Royal Heath

📋 copy color: '#BB4A70'

red 187 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #BB4A70

Tints of Royal Heath #BB4A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 50.13%
G = 19.84%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4A70 (or 0xBB4A70) is known color: Royal Heath. HEX triplet: BB, 4A and 70. RGB value is (187,74,112). Sum of RGB (Red+Green+Blue) = 187+74+112=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A70 is #44B58F. Grayscale: #707070. Windows color (decimal): -4502928 or 7359163. OLE color: 7359163.

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

Color convert

RGB 187 74 112 -
CMYK 0 0.60 0.40 0.27
HSL 339.82º 0.45% 0.51% -
HSV(B) 339.82º 0.6% 0.73% -
XYZ 25.87 16.63 17.18 -
YUV 112.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 187 74 112 0 0.60 0.40 0.27 339.82 0.45 0.51
Hex BB 4A 70 0 3C 28 1B 154 2D 33
Octal 273 112 160 0 74 50 33 524 55 63
Binary 10111011 1001010 1110000 0 111100 101000 11011 101010100 101101 110011

Color Harmonies of #BB4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A70

Black with #BB4A70

Text Example


Text Example

White with #BB4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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