#B6786F

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

Shades of Contessa #B6786F

Tints of Contessa #B6786F

Color information

#B6786F (or 0xB6786F) is unknown color: approx Contessa. HEX triplet: B6, 78 and 6F. RGB value is (182,120,111). Sum of RGB (Red+Green+Blue) = 182+120+111=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6786F is #498790. Grayscale: #898989. Windows color (decimal): -4818833 or 7305398. OLE color: 7305398.

HSL color Cylindrical-coordinate representation of color #B6786F: hue angle of 7.61º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6786F is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182120111-
CMYK00.340.390.29
HSL7.61º32.72%57.45%-
HSV(B)7.61º39.01%71.37%-
XYZ28.8824.5318.25-
YUV137.51113.04159.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=44.07%
G=29.06%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212011100.340.390.297.6132.7257.45
HexB6786F022271D82139
Octal2661701570424735104171
Binary10110110111100011011110100010100111111011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6786F; }

 p { color: rgb(182,120,111); }

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

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

 a { background-color: rgb(182,120,111); }

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

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

 span { border-color: rgb(182,120,111); }

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