#B76560

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

Shades of Contessa #B76560

Tints of Contessa #B76560

Color information

#B76560 (or 0xB76560) is unknown color: approx Contessa. HEX triplet: B7, 65 and 60. RGB value is (183,101,96). Sum of RGB (Red+Green+Blue) = 183+101+96=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B76560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76560 is #489A9F. Grayscale: #7D7D7D. Windows color (decimal): -4758176 or 6317495. OLE color: 6317495.

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

Color convert

RGB18310196-
CMYK00.450.480.28
HSL3.45º37.66%54.71%-
HSV(B)3.45º47.54%71.76%-
XYZ26.2920.2213.58-
YUV124.95111.67169.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=48.16%
G=26.58%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831019600.450.480.283.4537.6654.71
HexB7656002D301C32637
Octal267145140055603434667
Binary101101111100101110000001011011100001110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76560; }

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

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

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

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

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

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

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

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