#B76E6C

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

Shades of Contessa #B76E6C

Tints of Contessa #B76E6C

Color information

#B76E6C (or 0xB76E6C) is unknown color: approx Contessa. HEX triplet: B7, 6E and 6C. RGB value is (183,110,108). Sum of RGB (Red+Green+Blue) = 183+110+108=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E6C is #489193. Grayscale: #838383. Windows color (decimal): -4755860 or 7106231. OLE color: 7106231.

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

Color convert

RGB183110108-
CMYK00.400.410.28
HSL1.6º34.25%57.06%-
HSV(B)1.6º40.98%71.76%-
XYZ27.8122.317.03-
YUV131.6114.68164.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=45.64%
G=27.43%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311010800.400.410.281.634.2557.06
HexB76E6C028291C22239
Octal267156154050513424271
Binary101101111101110110110001010001010011110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E6C; }

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

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

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

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

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

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

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

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