Html Css Color HEX #B87270 Contessa

📋 copy color: '#B87270'

red 184 ◦ green 114 ◦ blue 112

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

Shades of Contessa #B87270

Tints of Contessa #B87270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 44.88%
G = 27.8%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B87270 (or 0xB87270) is known color: Contessa. HEX triplet: B8, 72 and 70. RGB value is (184,114,112). Sum of RGB (Red+Green+Blue) = 184+114+112=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87270 is #478D8F. Grayscale: #868686. Windows color (decimal): -4689296 or 7369400. OLE color: 7369400.

HSL color Cylindrical-coordinate representation of color #B87270: hue angle of 1.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 #B87270 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 112 -
CMYK 0 0.38 0.39 0.28
HSL 1.67º 0.34% 0.58% -
HSV(B) 1.67º 0.39% 0.72% -
XYZ 28.71 23.39 18.33 -
YUV 134.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 184 114 112 0 0.38 0.39 0.28 1.67 0.34 0.58
Hex B8 72 70 0 26 27 1C 2 22 3A
Octal 270 162 160 0 46 47 34 2 42 72
Binary 10111000 1110010 1110000 0 100110 100111 11100 10 100010 111010

Color Harmonies of #B87270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87270

Black with #B87270

Text Example


Text Example

White with #B87270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87270; }

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

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

background-color css

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

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

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

border-color css

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

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

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