#B4904E

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

Shades of Tussock #B4904E

Tints of Tussock #B4904E

Color information

#B4904E (or 0xB4904E) is unknown color: approx Tussock. HEX triplet: B4, 90 and 4E. RGB value is (180,144,78). Sum of RGB (Red+Green+Blue) = 180+144+78=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4904E is #4B6FB1. Grayscale: #939393. Windows color (decimal): -4943794 or 5148852. OLE color: 5148852.

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

Color convert

RGB18014478-
CMYK00.20.570.29
HSL38.82º40.48%50.59%-
HSV(B)38.82º56.67%70.59%-
XYZ30.1730.211.45-
YUV147.2488.93151.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=44.78%
G=35.82%
B=19.40%

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
Decimal1801447800.20.570.2938.8240.4850.59
HexB4904E014391D272833
Octal2642201160247135475063
Binary1011010010010000100111001010011100111101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4904E; }

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

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

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

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

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

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

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

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