#B7726E

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

Shades of Contessa #B7726E

Tints of Contessa #B7726E

Color information

#B7726E (or 0xB7726E) is unknown color: approx Contessa. HEX triplet: B7, 72 and 6E. RGB value is (183,114,110). Sum of RGB (Red+Green+Blue) = 183+114+110=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7726E is #488D91. Grayscale: #868686. Windows color (decimal): -4754834 or 7238327. OLE color: 7238327.

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

Color convert

RGB183114110-
CMYK00.380.400.28
HSL3.29º33.64%57.45%-
HSV(B)3.29º39.89%71.76%-
XYZ28.3623.2317.74-
YUV134.17114.36162.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=44.96%
G=28.01%
B=27.03%

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
Decimal18311411000.380.400.283.2933.6457.45
HexB7726E026281C32239
Octal267162156046503434271
Binary101101111110010110111001001101010001110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7726E; }

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

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

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

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

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

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

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

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