#B6726F

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

Shades of Contessa #B6726F

Tints of Contessa #B6726F

Color information

#B6726F (or 0xB6726F) is unknown color: approx Contessa. HEX triplet: B6, 72 and 6F. RGB value is (182,114,111). Sum of RGB (Red+Green+Blue) = 182+114+111=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6726F is #498D90. Grayscale: #868686. Windows color (decimal): -4820369 or 7303862. OLE color: 7303862.

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

Color convert

RGB182114111-
CMYK00.370.390.29
HSL2.54º32.72%57.45%-
HSV(B)2.54º39.01%71.37%-
XYZ28.1823.1318.02-
YUV133.99115.03162.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=44.72%
G=28.01%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211411100.370.390.292.5432.7257.45
HexB6726F025271D32139
Octal266162157045473534171
Binary101101101110010110111101001011001111110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6726F; }

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

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

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

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

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

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

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

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