#B87469

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

Shades of Contessa #B87469

Tints of Contessa #B87469

Color information

#B87469 (or 0xB87469) is unknown color: approx Contessa. HEX triplet: B8, 74 and 69. RGB value is (184,116,105). Sum of RGB (Red+Green+Blue) = 184+116+105=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B87469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87469 is #478B96. Grayscale: #878787. Windows color (decimal): -4688791 or 6911160. OLE color: 6911160.

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

Color convert

RGB184116105-
CMYK00.370.430.28
HSL8.35º35.75%56.67%-
HSV(B)8.35º42.93%72.16%-
XYZ28.5623.716.43-
YUV135.08111.03162.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=45.43%
G=28.64%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411610500.370.430.288.3535.7556.67
HexB874690252B1C82439
Octal2701641510455334104471
Binary10111000111010011010010100101101011111001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87469; }

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

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

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

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

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

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

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

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