#B4904F

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

Shades of Tussock #B4904F

Tints of Tussock #B4904F

Color information

#B4904F (or 0xB4904F) is unknown color: approx Tussock. HEX triplet: B4, 90 and 4F. RGB value is (180,144,79). Sum of RGB (Red+Green+Blue) = 180+144+79=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4904F is #4B6FB0. Grayscale: #939393. Windows color (decimal): -4943793 or 5214388. OLE color: 5214388.

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

Color convert

RGB18014479-
CMYK00.20.560.29
HSL38.61º40.24%50.78%-
HSV(B)38.61º56.11%70.59%-
XYZ30.2130.2111.64-
YUV147.3589.43151.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=44.67%
G=35.73%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801447900.20.560.2938.6140.2450.78
HexB4904F014381D272833
Octal2642201170247035475063
Binary1011010010010000100111101010011100011101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4904F; }

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

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

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

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

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

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

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

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