#B6716A

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

Shades of Contessa #B6716A

Tints of Contessa #B6716A

Color information

#B6716A (or 0xB6716A) is unknown color: approx Contessa. HEX triplet: B6, 71 and 6A. RGB value is (182,113,106). Sum of RGB (Red+Green+Blue) = 182+113+106=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6716A is #498E95. Grayscale: #848484. Windows color (decimal): -4820630 or 6975926. OLE color: 6975926.

HSL color Cylindrical-coordinate representation of color #B6716A: hue angle of 5.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6716A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182113106-
CMYK00.380.420.29
HSL5.53º34.23%56.47%-
HSV(B)5.53º41.76%71.37%-
XYZ27.822.816.57-
YUV132.83112.86163.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=45.39%
G=28.18%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211310600.380.420.295.5334.2356.47
HexB6716A0262A1D62238
Octal266161152046523564270
Binary1011011011100011101010010011010101011101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6716A; }

 p { color: rgb(182,113,106); }

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

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

 a { background-color: rgb(182,113,106); }

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

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

 span { border-color: rgb(182,113,106); }

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