#B6756D

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

Shades of Contessa #B6756D

Tints of Contessa #B6756D

Color information

#B6756D (or 0xB6756D) is unknown color: approx Contessa. HEX triplet: B6, 75 and 6D. RGB value is (182,117,109). Sum of RGB (Red+Green+Blue) = 182+117+109=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6756D is #498A92. Grayscale: #878787. Windows color (decimal): -4819603 or 7173558. OLE color: 7173558.

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

Color convert

RGB182117109-
CMYK00.360.400.29
HSL6.58º33.33%57.06%-
HSV(B)6.58º40.11%71.37%-
XYZ28.4123.7717.56-
YUV135.52113.03161.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=44.61%
G=28.68%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211710900.360.400.296.5833.3357.06
HexB6756D024281D72139
Octal266165155044503574171
Binary1011011011101011101101010010010100011101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6756D; }

 p { color: rgb(182,117,109); }

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

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

 a { background-color: rgb(182,117,109); }

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

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

 span { border-color: rgb(182,117,109); }

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