#B87A66

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

Shades of Contessa #B87A66

Tints of Contessa #B87A66

Color information

#B87A66 (or 0xB87A66) is unknown color: approx Contessa. HEX triplet: B8, 7A and 66. RGB value is (184,122,102). Sum of RGB (Red+Green+Blue) = 184+122+102=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A66 is #478599. Grayscale: #8A8A8A. Windows color (decimal): -4687258 or 6716088. OLE color: 6716088.

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

Color convert

RGB184122102-
CMYK00.340.450.28
HSL14.63º36.61%56.08%-
HSV(B)14.63º44.57%72.16%-
XYZ29.1225.0715.87-
YUV138.26107.54160.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 102 (40.23% from 255) = 25%
R=45.10%
G=29.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412210200.340.450.2814.6336.6156.08
HexB87A660222D1Cf2538
Octal2701721460425534174570
Binary10111000111101011001100100010101101111001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A66; }

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

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

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

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

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

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

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

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