#B87669

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

Shades of Contessa #B87669

Tints of Contessa #B87669

Color information

#B87669 (or 0xB87669) is unknown color: approx Contessa. HEX triplet: B8, 76 and 69. RGB value is (184,118,105). Sum of RGB (Red+Green+Blue) = 184+118+105=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B87669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87669 is #478996. Grayscale: #888888. Windows color (decimal): -4688279 or 6911672. OLE color: 6911672.

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

Color convert

RGB184118105-
CMYK00.360.430.28
HSL9.87º35.75%56.67%-
HSV(B)9.87º42.93%72.16%-
XYZ28.824.1716.51-
YUV136.25110.37162.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=45.21%
G=28.99%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411810500.360.430.289.8735.7556.67
HexB876690242B1Ca2439
Octal2701661510445334124471
Binary10111000111011011010010100100101011111001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87669; }

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

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

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

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

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

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

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

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