#B4904D

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

Shades of Tussock #B4904D

Tints of Tussock #B4904D

Color information

#B4904D (or 0xB4904D) is unknown color: approx Tussock. HEX triplet: B4, 90 and 4D. RGB value is (180,144,77). Sum of RGB (Red+Green+Blue) = 180+144+77=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4904D is #4B6FB2. Grayscale: #939393. Windows color (decimal): -4943795 or 5083316. OLE color: 5083316.

HSL color Cylindrical-coordinate representation of color #B4904D: hue angle of 39.03º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4904D is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18014477-
CMYK00.20.570.29
HSL39.03º40.71%50.39%-
HSV(B)39.03º57.22%70.59%-
XYZ30.1430.1911.26-
YUV147.1388.43151.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=44.89%
G=35.91%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801447700.20.570.2939.0340.7150.39
HexB4904D014391D272932
Octal2642201150247135475162
Binary1011010010010000100110101010011100111101100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4904D; }

 p { color: rgb(180,144,77); }

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

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

 a { background-color: rgb(180,144,77); }

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

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

 span { border-color: rgb(180,144,77); }

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