#B6736E

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

Shades of Contessa #B6736E

Tints of Contessa #B6736E

Color information

#B6736E (or 0xB6736E) is unknown color: approx Contessa. HEX triplet: B6, 73 and 6E. RGB value is (182,115,110). Sum of RGB (Red+Green+Blue) = 182+115+110=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6736E is #498C91. Grayscale: #868686. Windows color (decimal): -4820114 or 7238582. OLE color: 7238582.

HSL color Cylindrical-coordinate representation of color #B6736E: hue angle of 4.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6736E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182115110-
CMYK00.370.400.29
HSL4.17º33.03%57.25%-
HSV(B)4.17º39.56%71.37%-
XYZ28.2423.3317.77-
YUV134.46114.2161.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=44.72%
G=28.26%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211511000.370.400.294.1733.0357.25
HexB6736E025281D42139
Octal266163156045503544171
Binary1011011011100111101110010010110100011101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6736E; }

 p { color: rgb(182,115,110); }

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

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

 a { background-color: rgb(182,115,110); }

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

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

 span { border-color: rgb(182,115,110); }

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