#B76360

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

Shades of Contessa #B76360

Tints of Contessa #B76360

Color information

#B76360 (or 0xB76360) is unknown color: approx Contessa. HEX triplet: B7, 63 and 60. RGB value is (183,99,96). Sum of RGB (Red+Green+Blue) = 183+99+96=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76360 is #489C9F. Grayscale: #7B7B7B. Windows color (decimal): -4758688 or 6316983. OLE color: 6316983.

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

Color convert

RGB1839996-
CMYK00.460.480.28
HSL2.07º37.66%54.71%-
HSV(B)2.07º47.54%71.76%-
XYZ26.119.8413.52-
YUV123.77112.33170.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=48.41%
G=26.19%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183999600.460.480.282.0737.6654.71
HexB7636002E301C22637
Octal267143140056603424667
Binary101101111100011110000001011101100001110010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76360; }

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

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

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

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

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

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

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

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