#B79049

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

Shades of Tussock #B79049

Tints of Tussock #B79049

Color information

#B79049 (or 0xB79049) is unknown color: approx Tussock. HEX triplet: B7, 90 and 49. RGB value is (183,144,73). Sum of RGB (Red+Green+Blue) = 183+144+73=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79049 is #486FB6. Grayscale: #939393. Windows color (decimal): -4747191 or 4821175. OLE color: 4821175.

HSL color Cylindrical-coordinate representation of color #B79049: hue angle of 38.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B79049 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18314473-
CMYK00.210.600.28
HSL38.73º43.31%50.2%-
HSV(B)38.73º60.11%71.76%-
XYZ30.730.4910.57-
YUV147.5785.92153.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=45.75%
G=36%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831447300.210.600.2838.7343.3150.2
HexB790490153C1C272b32
Octal2672201110257434475362
Binary1011011110010000100100101010111110011100100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79049; }

 p { color: rgb(183,144,73); }

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

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

 a { background-color: rgb(183,144,73); }

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

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

 span { border-color: rgb(183,144,73); }

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