Html Css Color HEX #BB4870 Royal Heath

📋 copy color: '#BB4870'

red 187 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #BB4870

Tints of Royal Heath #BB4870

RGB

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

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

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

R = 50.4%
G = 19.41%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4870 (or 0xBB4870) is known color: Royal Heath. HEX triplet: BB, 48 and 70. RGB value is (187,72,112). Sum of RGB (Red+Green+Blue) = 187+72+112=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4870 is #44B78F. Grayscale: #6E6E6E. Windows color (decimal): -4503440 or 7358651. OLE color: 7358651.

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

Color convert

RGB 187 72 112 -
CMYK 0 0.61 0.40 0.27
HSL 339.13º 0.46% 0.51% -
HSV(B) 339.13º 0.61% 0.73% -
XYZ 25.74 16.37 17.13 -
YUV 110.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 187 72 112 0 0.61 0.40 0.27 339.13 0.46 0.51
Hex BB 48 70 0 3D 28 1B 153 2E 33
Octal 273 110 160 0 75 50 33 523 56 63
Binary 10111011 1001000 1110000 0 111101 101000 11011 101010011 101110 110011

Color Harmonies of #BB4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4870

Black with #BB4870

Text Example


Text Example

White with #BB4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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