Html Css Color HEX #B87860 Contessa

📋 copy color: '#B87860'

red 184 ◦ green 120 ◦ blue 96

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

Shades of Contessa #B87860

Tints of Contessa #B87860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24%

R = 46%
G = 30%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B87860 (or 0xB87860) is known color: Contessa. HEX triplet: B8, 78 and 60. RGB value is (184,120,96). Sum of RGB (Red+Green+Blue) = 184+120+96=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B87860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87860 is #47879F. Grayscale: #888888. Windows color (decimal): -4687776 or 6322360. OLE color: 6322360.

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

Color convert

RGB 184 120 96 -
CMYK 0 0.35 0.48 0.28
HSL 16.36º 0.38% 0.55% -
HSV(B) 16.36º 0.48% 0.72% -
XYZ 28.59 24.47 14.28 -
YUV 136.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 184 120 96 0 0.35 0.48 0.28 16.36 0.38 0.55
Hex B8 78 60 0 23 30 1C 10 26 37
Octal 270 170 140 0 43 60 34 20 46 67
Binary 10111000 1111000 1100000 0 100011 110000 11100 10000 100110 110111

Color Harmonies of #B87860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87860

Black with #B87860

Text Example


Text Example

White with #B87860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87860; }

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

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

background-color css

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

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

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

border-color css

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

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

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