#B6756C

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

Shades of Contessa #B6756C

Tints of Contessa #B6756C

Color information

#B6756C (or 0xB6756C) is unknown color: approx Contessa. HEX triplet: B6, 75 and 6C. RGB value is (182,117,108). Sum of RGB (Red+Green+Blue) = 182+117+108=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6756C is #498A93. Grayscale: #878787. Windows color (decimal): -4819604 or 7108022. OLE color: 7108022.

HSL color Cylindrical-coordinate representation of color #B6756C: hue angle of 7.3º 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 #B6756C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182117108-
CMYK00.360.410.29
HSL7.3º33.64%56.86%-
HSV(B)7.3º40.66%71.37%-
XYZ28.3623.7517.28-
YUV135.41112.53161.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=44.72%
G=28.75%
B=26.54%

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
Decimal18211710800.360.410.297.333.6456.86
HexB6756C024291D72239
Octal266165154044513574271
Binary1011011011101011101100010010010100111101111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6756C; }

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

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

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

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

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

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

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

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