#B6756B

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

Shades of Contessa #B6756B

Tints of Contessa #B6756B

Color information

#B6756B (or 0xB6756B) is unknown color: approx Contessa. HEX triplet: B6, 75 and 6B. RGB value is (182,117,107). Sum of RGB (Red+Green+Blue) = 182+117+107=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6756B is #498A94. Grayscale: #878787. Windows color (decimal): -4819605 or 7042486. OLE color: 7042486.

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

Color convert

RGB182117107-
CMYK00.360.410.29
HSL33.94%56.67%-
HSV(B)41.21%71.37%-
XYZ28.3123.7317-
YUV135.3112.03161.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=44.83%
G=28.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211710700.360.410.29833.9456.67
HexB6756B024291D82239
Octal2661651530445135104271
Binary10110110111010111010110100100101001111011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6756B; }

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

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

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

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

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

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

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

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