#B76A64

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

Shades of Contessa #B76A64

Tints of Contessa #B76A64

Color information

#B76A64 (or 0xB76A64) is unknown color: approx Contessa. HEX triplet: B7, 6A and 64. RGB value is (183,106,100). Sum of RGB (Red+Green+Blue) = 183+106+100=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A64 is #48959B. Grayscale: #808080. Windows color (decimal): -4756892 or 6580919. OLE color: 6580919.

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

Color convert

RGB183106100-
CMYK00.420.450.28
HSL4.34º36.56%55.49%-
HSV(B)4.34º45.36%71.76%-
XYZ26.9821.314.74-
YUV128.34112.01166.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=47.04%
G=27.25%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310610000.420.450.284.3436.5655.49
HexB76A6402A2D1C42537
Octal267152144052553444567
Binary1011011111010101100100010101010110111100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A64; }

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

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

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

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

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

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

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

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