#B7716F

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

Shades of Contessa #B7716F

Tints of Contessa #B7716F

Color information

#B7716F (or 0xB7716F) is unknown color: approx Contessa. HEX triplet: B7, 71 and 6F. RGB value is (183,113,111). Sum of RGB (Red+Green+Blue) = 183+113+111=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7716F is #488E90. Grayscale: #858585. Windows color (decimal): -4755089 or 7303607. OLE color: 7303607.

HSL color Cylindrical-coordinate representation of color #B7716F: hue angle of 1.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7716F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183113111-
CMYK00.380.390.28
HSL1.67º33.33%57.65%-
HSV(B)1.67º39.34%71.76%-
XYZ28.323.0317.99-
YUV133.7115.19163.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=44.96%
G=27.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311311100.380.390.281.6733.3357.65
HexB7716F026271C2213a
Octal267161157046473424172
Binary101101111110001110111101001101001111110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7716F; }

 p { color: rgb(183,113,111); }

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

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

 a { background-color: rgb(183,113,111); }

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

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

 span { border-color: rgb(183,113,111); }

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