#B6726C

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

Shades of Contessa #B6726C

Tints of Contessa #B6726C

Color information

#B6726C (or 0xB6726C) is unknown color: approx Contessa. HEX triplet: B6, 72 and 6C. RGB value is (182,114,108). Sum of RGB (Red+Green+Blue) = 182+114+108=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6726C is #498D93. Grayscale: #858585. Windows color (decimal): -4820372 or 7107254. OLE color: 7107254.

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

Color convert

RGB182114108-
CMYK00.370.410.29
HSL4.86º33.64%56.86%-
HSV(B)4.86º40.66%71.37%-
XYZ28.0223.0617.16-
YUV133.65113.53162.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=45.05%
G=28.22%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211410800.370.410.294.8633.6456.86
HexB6726C025291D52239
Octal266162154045513554271
Binary1011011011100101101100010010110100111101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6726C; }

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

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

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

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

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

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

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

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