#B76E6E

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

Shades of Contessa #B76E6E

Tints of Contessa #B76E6E

Color information

#B76E6E (or 0xB76E6E) is unknown color: approx Contessa. HEX triplet: B7, 6E and 6E. RGB value is (183,110,110). Sum of RGB (Red+Green+Blue) = 183+110+110=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E6E is #489191. Grayscale: #838383. Windows color (decimal): -4755858 or 7237303. OLE color: 7237303.

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

Color convert

RGB183110110-
CMYK00.400.400.28
HSL33.64%57.45%-
HSV(B)39.89%71.76%-
XYZ27.9222.3417.59-
YUV131.83115.68164.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=45.41%
G=27.30%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311011000.400.400.28033.6457.45
HexB76E6E028281C02239
Octal267156156050503404271
Binary10110111110111011011100101000101000111000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E6E; }

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

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

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

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

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

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

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

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