#B7716E

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

Shades of Contessa #B7716E

Tints of Contessa #B7716E

Color information

#B7716E (or 0xB7716E) is unknown color: approx Contessa. HEX triplet: B7, 71 and 6E. RGB value is (183,113,110). Sum of RGB (Red+Green+Blue) = 183+113+110=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7716E is #488E91. Grayscale: #858585. Windows color (decimal): -4755090 or 7238071. OLE color: 7238071.

HSL color Cylindrical-coordinate representation of color #B7716E: hue angle of 2.47º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7716E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183113110-
CMYK00.380.400.28
HSL2.47º33.64%57.45%-
HSV(B)2.47º39.89%71.76%-
XYZ28.252317.7-
YUV133.59114.69163.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=45.07%
G=27.83%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311311000.380.400.282.4733.6457.45
HexB7716E026281C22239
Octal267161156046503424271
Binary101101111110001110111001001101010001110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7716E; }

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

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

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

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

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

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

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

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