#B76D64

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

Shades of Contessa #B76D64

Tints of Contessa #B76D64

Color information

#B76D64 (or 0xB76D64) is unknown color: approx Contessa. HEX triplet: B7, 6D and 64. RGB value is (183,109,100). Sum of RGB (Red+Green+Blue) = 183+109+100=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D64 is #48929B. Grayscale: #828282. Windows color (decimal): -4756124 or 6581687. OLE color: 6581687.

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

Color convert

RGB183109100-
CMYK00.400.450.28
HSL6.51º36.56%55.49%-
HSV(B)6.51º45.36%71.76%-
XYZ27.321.9214.85-
YUV130.1111.02165.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=46.68%
G=27.81%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310910000.400.450.286.5136.5655.49
HexB76D640282D1C72537
Octal267155144050553474567
Binary1011011111011011100100010100010110111100111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D64; }

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

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

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

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

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

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

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

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