#B76160

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

Shades of Contessa #B76160

Tints of Contessa #B76160

Color information

#B76160 (or 0xB76160) is unknown color: approx Contessa. HEX triplet: B7, 61 and 60. RGB value is (183,97,96). Sum of RGB (Red+Green+Blue) = 183+97+96=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B76160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76160 is #489E9F. Grayscale: #7A7A7A. Windows color (decimal): -4759200 or 6316471. OLE color: 6316471.

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

Color convert

RGB1839796-
CMYK00.470.480.28
HSL0.69º37.66%54.71%-
HSV(B)0.69º47.54%71.76%-
XYZ25.9119.4613.46-
YUV122.6112.99171.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=48.67%
G=25.80%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183979600.470.480.280.6937.6654.71
HexB7616002F301C12637
Octal267141140057603414667
Binary10110111110000111000000101111110000111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76160; }

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

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

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

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

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

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

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

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