#B6716C

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

Shades of Contessa #B6716C

Tints of Contessa #B6716C

Color information

#B6716C (or 0xB6716C) is unknown color: approx Contessa. HEX triplet: B6, 71 and 6C. RGB value is (182,113,108). Sum of RGB (Red+Green+Blue) = 182+113+108=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6716C is #498E93. Grayscale: #858585. Windows color (decimal): -4820628 or 7106998. OLE color: 7106998.

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

Color convert

RGB182113108-
CMYK00.380.410.29
HSL4.05º33.64%56.86%-
HSV(B)4.05º40.66%71.37%-
XYZ27.922.8417.12-
YUV133.06113.86162.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=45.16%
G=28.04%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211310800.380.410.294.0533.6456.86
HexB6716C026291D42239
Octal266161154046513544271
Binary1011011011100011101100010011010100111101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6716C; }

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

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

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

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

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

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

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

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