#B76D60

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

Shades of Contessa #B76D60

Tints of Contessa #B76D60

Color information

#B76D60 (or 0xB76D60) is unknown color: approx Contessa. HEX triplet: B7, 6D and 60. RGB value is (183,109,96). Sum of RGB (Red+Green+Blue) = 183+109+96=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D60 is #48929F. Grayscale: #818181. Windows color (decimal): -4756128 or 6319543. OLE color: 6319543.

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

Color convert

RGB18310996-
CMYK00.400.480.28
HSL8.97º37.66%54.71%-
HSV(B)8.97º47.54%71.76%-
XYZ27.1121.8513.85-
YUV129.64109.02166.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=47.16%
G=28.09%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831099600.400.480.288.9737.6654.71
HexB76D60028301C92637
Octal2671551400506034114667
Binary10110111110110111000000101000110000111001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D60; }

 p { color: rgb(183,109,96); }

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

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

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

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

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

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

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