#B86763

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

Shades of Contessa #B86763

Tints of Contessa #B86763

Color information

#B86763 (or 0xB86763) is unknown color: approx Contessa. HEX triplet: B8, 67 and 63. RGB value is (184,103,99). Sum of RGB (Red+Green+Blue) = 184+103+99=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86763 is #47989C. Grayscale: #7E7E7E. Windows color (decimal): -4692125 or 6514616. OLE color: 6514616.

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

Color convert

RGB18410399-
CMYK00.440.460.28
HSL2.82º37.44%55.49%-
HSV(B)2.82º46.2%72.16%-
XYZ26.8720.7914.4-
YUV126.76112.34168.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=47.67%
G=26.68%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841039900.440.460.282.8237.4455.49
HexB8676302C2E1C32537
Octal270147143054563434567
Binary101110001100111110001101011001011101110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86763; }

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

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

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

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

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

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

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

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