#B87662

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

Shades of Contessa #B87662

Tints of Contessa #B87662

Color information

#B87662 (or 0xB87662) is unknown color: approx Contessa. HEX triplet: B8, 76 and 62. RGB value is (184,118,98). Sum of RGB (Red+Green+Blue) = 184+118+98=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B87662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87662 is #47899D. Grayscale: #878787. Windows color (decimal): -4688286 or 6452920. OLE color: 6452920.

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

Color convert

RGB18411898-
CMYK00.360.470.28
HSL13.95º37.72%55.29%-
HSV(B)13.95º46.74%72.16%-
XYZ28.4524.0314.69-
YUV135.45106.87162.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=46%
G=29.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841189800.360.470.2813.9537.7255.29
HexB876620242F1Ce2637
Octal2701661420445734164667
Binary10111000111011011000100100100101111111001110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87662; }

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

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

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

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

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

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

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

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