#B6756F

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

Shades of Contessa #B6756F

Tints of Contessa #B6756F

Color information

#B6756F (or 0xB6756F) is unknown color: approx Contessa. HEX triplet: B6, 75 and 6F. RGB value is (182,117,111). Sum of RGB (Red+Green+Blue) = 182+117+111=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6756F is #498A90. Grayscale: #878787. Windows color (decimal): -4819601 or 7304630. OLE color: 7304630.

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

Color convert

RGB182117111-
CMYK00.360.390.29
HSL5.07º32.72%57.45%-
HSV(B)5.07º39.01%71.37%-
XYZ28.5223.8218.13-
YUV135.75114.03160.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=44.39%
G=28.54%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211711100.360.390.295.0732.7257.45
HexB6756F024271D52139
Octal266165157044473554171
Binary1011011011101011101111010010010011111101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6756F; }

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

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

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

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

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

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

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

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