#B76C61

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

Shades of Contessa #B76C61

Tints of Contessa #B76C61

Color information

#B76C61 (or 0xB76C61) is unknown color: approx Contessa. HEX triplet: B7, 6C and 61. RGB value is (183,108,97). Sum of RGB (Red+Green+Blue) = 183+108+97=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C61 is #48939E. Grayscale: #818181. Windows color (decimal): -4756383 or 6384823. OLE color: 6384823.

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

Color convert

RGB18310897-
CMYK00.410.470.28
HSL7.67º37.39%54.9%-
HSV(B)7.67º46.99%71.76%-
XYZ27.0521.6614.06-
YUV129.17109.85166.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 97 (38.28% from 255) = 25%
R=47.16%
G=27.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831089700.410.470.287.6737.3954.9
HexB76C610292F1C82537
Octal2671541410515734104567
Binary10110111110110011000010101001101111111001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C61; }

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

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

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

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

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

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

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

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