#B87A69

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

Shades of Contessa #B87A69

Tints of Contessa #B87A69

Color information

#B87A69 (or 0xB87A69) is unknown color: approx Contessa. HEX triplet: B8, 7A and 69. RGB value is (184,122,105). Sum of RGB (Red+Green+Blue) = 184+122+105=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A69 is #478596. Grayscale: #8A8A8A. Windows color (decimal): -4687255 or 6912696. OLE color: 6912696.

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

Color convert

RGB184122105-
CMYK00.340.430.28
HSL12.91º35.75%56.67%-
HSV(B)12.91º42.93%72.16%-
XYZ29.2825.1316.67-
YUV138.6109.04160.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=44.77%
G=29.68%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412210500.340.430.2812.9135.7556.67
HexB87A690222B1Cd2439
Octal2701721510425334154471
Binary10111000111101011010010100010101011111001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A69; }

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

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

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

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

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

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

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

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