#B86762

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

Shades of Contessa #B86762

Tints of Contessa #B86762

Color information

#B86762 (or 0xB86762) is unknown color: approx Contessa. HEX triplet: B8, 67 and 62. RGB value is (184,103,98). Sum of RGB (Red+Green+Blue) = 184+103+98=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86762 is #47989D. Grayscale: #7E7E7E. Windows color (decimal): -4692126 or 6449080. OLE color: 6449080.

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

Color convert

RGB18410398-
CMYK00.440.470.28
HSL3.49º37.72%55.29%-
HSV(B)3.49º46.74%72.16%-
XYZ26.8220.7714.15-
YUV126.65111.84168.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=47.79%
G=26.75%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841039800.440.470.283.4937.7255.29
HexB8676202C2F1C32637
Octal270147142054573434667
Binary101110001100111110001001011001011111110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86762; }

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

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

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

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

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

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

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

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