#B87269

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

Shades of Contessa #B87269

Tints of Contessa #B87269

Color information

#B87269 (or 0xB87269) is unknown color: approx Contessa. HEX triplet: B8, 72 and 69. RGB value is (184,114,105). Sum of RGB (Red+Green+Blue) = 184+114+105=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87269 is #478D96. Grayscale: #868686. Windows color (decimal): -4689303 or 6910648. OLE color: 6910648.

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

Color convert

RGB184114105-
CMYK00.380.430.28
HSL6.84º35.75%56.67%-
HSV(B)6.84º42.93%72.16%-
XYZ28.3323.2416.36-
YUV133.9111.69163.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=45.66%
G=28.29%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411410500.380.430.286.8435.7556.67
HexB872690262B1C72439
Octal270162151046533474471
Binary1011100011100101101001010011010101111100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87269; }

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

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

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

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

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

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

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

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