#B76E63

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

Shades of Contessa #B76E63

Tints of Contessa #B76E63

Color information

#B76E63 (or 0xB76E63) is unknown color: approx Contessa. HEX triplet: B7, 6E and 63. RGB value is (183,110,99). Sum of RGB (Red+Green+Blue) = 183+110+99=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E63 is #48919C. Grayscale: #828282. Windows color (decimal): -4755869 or 6516407. OLE color: 6516407.

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

Color convert

RGB18311099-
CMYK00.400.460.28
HSL7.86º36.84%55.29%-
HSV(B)7.86º45.9%71.76%-
XYZ27.3622.1214.63-
YUV130.57110.18165.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=46.68%
G=28.06%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831109900.400.460.287.8636.8455.29
HexB76E630282E1C82537
Octal2671561430505634104567
Binary10110111110111011000110101000101110111001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E63; }

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

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

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

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

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

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

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

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