#B76D5F

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

Shades of Contessa #B76D5F

Tints of Contessa #B76D5F

Color information

#B76D5F (or 0xB76D5F) is unknown color: approx Contessa. HEX triplet: B7, 6D and 5F. RGB value is (183,109,95). Sum of RGB (Red+Green+Blue) = 183+109+95=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D5F is #4892A0. Grayscale: #818181. Windows color (decimal): -4756129 or 6254007. OLE color: 6254007.

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

Color convert

RGB18310995-
CMYK00.400.480.28
HSL9.55º37.93%54.51%-
HSV(B)9.55º48.09%71.76%-
XYZ27.0621.8313.61-
YUV129.53108.52166.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=47.29%
G=28.17%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831099500.400.480.289.5537.9354.51
HexB76D5F028301Ca2637
Octal2671551370506034124667
Binary10110111110110110111110101000110000111001010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D5F; }

 p { color: rgb(183,109,95); }

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

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

 a { background-color: rgb(183,109,95); }

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

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

 span { border-color: rgb(183,109,95); }

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