#B6716B

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

Shades of Contessa #B6716B

Tints of Contessa #B6716B

Color information

#B6716B (or 0xB6716B) is unknown color: approx Contessa. HEX triplet: B6, 71 and 6B. RGB value is (182,113,107). Sum of RGB (Red+Green+Blue) = 182+113+107=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6716B is #498E94. Grayscale: #858585. Windows color (decimal): -4820629 or 7041462. OLE color: 7041462.

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

Color convert

RGB182113107-
CMYK00.380.410.29
HSL4.8º33.94%56.67%-
HSV(B)4.8º41.21%71.37%-
XYZ27.8522.8216.85-
YUV132.95113.36162.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=45.27%
G=28.11%
B=26.62%

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
Decimal18211310700.380.410.294.833.9456.67
HexB6716B026291D52239
Octal266161153046513554271
Binary1011011011100011101011010011010100111101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6716B; }

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

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

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

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

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

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

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

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