#B79048

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

Shades of Tussock #B79048

Tints of Tussock #B79048

Color information

#B79048 (or 0xB79048) is unknown color: approx Tussock. HEX triplet: B7, 90 and 48. RGB value is (183,144,72). Sum of RGB (Red+Green+Blue) = 183+144+72=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B79048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79048 is #486FB7. Grayscale: #939393. Windows color (decimal): -4747192 or 4755639. OLE color: 4755639.

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

Color convert

RGB18314472-
CMYK00.210.610.28
HSL38.92º43.53%50%-
HSV(B)38.92º60.66%71.76%-
XYZ30.6730.4810.4-
YUV147.4585.42153.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=45.86%
G=36.09%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831447200.210.610.2838.9243.5350
HexB790480153D1C272c32
Octal2672201100257534475462
Binary1011011110010000100100001010111110111100100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79048; }

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

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

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

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

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

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

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

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