#B87A6D

Color #B87A6D Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #B87A6D

Tints of Contessa #B87A6D

Color information

#B87A6D (or 0xB87A6D) is unknown color: approx Contessa. HEX triplet: B8, 7A and 6D. RGB value is (184,122,109). Sum of RGB (Red+Green+Blue) = 184+122+109=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A6D is #478592. Grayscale: #8B8B8B. Windows color (decimal): -4687251 or 7174840. OLE color: 7174840.

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

Color convert

RGB184122109-
CMYK00.340.410.28
HSL10.4º34.56%57.45%-
HSV(B)10.4º40.76%72.16%-
XYZ29.4925.2117.78-
YUV139.06111.04160.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=44.34%
G=29.40%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412210900.340.410.2810.434.5657.45
HexB87A6D022291Ca2339
Octal2701721550425134124371
Binary10111000111101011011010100010101001111001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A6D; }

 p { color: rgb(184,122,109); }

 H1.HeaderClassName
 {
   color: #B87A6D;
 }
 .AnyTagClassName
 {
   color: #B87A6D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,122,109); }

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

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

 span { border-color: rgb(184,122,109); }

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