Html Css Color HEX #BB3870 Royal Heath

📋 copy color: '#BB3870'

red 187 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #BB3870

Tints of Royal Heath #BB3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 52.68%
G = 15.77%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3870 (or 0xBB3870) is known color: Royal Heath. HEX triplet: BB, 38 and 70. RGB value is (187,56,112). Sum of RGB (Red+Green+Blue) = 187+56+112=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3870 is #44C78F. Grayscale: #656565. Windows color (decimal): -4507536 or 7354555. OLE color: 7354555.

HSL color Cylindrical-coordinate representation of color #BB3870: hue angle of 334.35º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3870 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 112 -
CMYK 0 0.70 0.40 0.27
HSL 334.35º 0.54% 0.48% -
HSV(B) 334.35º 0.7% 0.73% -
XYZ 24.83 14.56 16.83 -
YUV 101.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 187 56 112 0 0.70 0.40 0.27 334.35 0.54 0.48
Hex BB 38 70 0 46 28 1B 14E 36 30
Octal 273 70 160 0 106 50 33 516 66 60
Binary 10111011 111000 1110000 0 1000110 101000 11011 101001110 110110 110000

Color Harmonies of #BB3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3870

Black with #BB3870

Text Example


Text Example

White with #BB3870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3870; }

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

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

background-color css

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

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

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

border-color css

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

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

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