Html Css Color HEX #B87870 Contessa

📋 copy color: '#B87870'

red 184 ◦ green 120 ◦ blue 112

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

Shades of Contessa #B87870

Tints of Contessa #B87870

RGB

 RED value IS 184 (72.27% from 255) = 44.23%

 GREEN value IS 120 (47.27% from 255) = 28.85%

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

R = 44.23%
G = 28.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B87870 (or 0xB87870) is known color: Contessa. HEX triplet: B8, 78 and 70. RGB value is (184,120,112). Sum of RGB (Red+Green+Blue) = 184+120+112=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87870 is #47878F. Grayscale: #8A8A8A. Windows color (decimal): -4687760 or 7370936. OLE color: 7370936.

HSL color Cylindrical-coordinate representation of color #B87870: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87870 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 112 -
CMYK 0 0.35 0.39 0.28
HSL 6.67º 0.34% 0.58% -
HSV(B) 6.67º 0.39% 0.72% -
XYZ 29.41 24.79 18.56 -
YUV 138.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 184 120 112 0 0.35 0.39 0.28 6.67 0.34 0.58
Hex B8 78 70 0 23 27 1C 7 22 3A
Octal 270 170 160 0 43 47 34 7 42 72
Binary 10111000 1111000 1110000 0 100011 100111 11100 111 100010 111010

Color Harmonies of #B87870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87870

Black with #B87870

Text Example


Text Example

White with #B87870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87870; }

 p { color: rgb(184,120,112); }

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

background-color css

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

 a { background-color: rgb(184,120,112); }

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

border-color css

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

 span { border-color: rgb(184,120,112); }

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