#B76361

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

Shades of Contessa #B76361

Tints of Contessa #B76361

Color information

#B76361 (or 0xB76361) is unknown color: approx Contessa. HEX triplet: B7, 63 and 61. RGB value is (183,99,97). Sum of RGB (Red+Green+Blue) = 183+99+97=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76361 is #489C9E. Grayscale: #7B7B7B. Windows color (decimal): -4758687 or 6382519. OLE color: 6382519.

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

Color convert

RGB1839997-
CMYK00.460.470.28
HSL1.4º37.39%54.9%-
HSV(B)1.4º46.99%71.76%-
XYZ26.1519.8513.76-
YUV123.89112.83170.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=48.28%
G=26.12%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183999700.460.470.281.437.3954.9
HexB7636102E2F1C12537
Octal267143141056573414567
Binary10110111110001111000010101110101111111001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76361; }

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

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

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

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

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

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

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

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