#B9904B

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

Shades of Tussock #B9904B

Tints of Tussock #B9904B

Color information

#B9904B (or 0xB9904B) is unknown color: approx Tussock. HEX triplet: B9, 90 and 4B. RGB value is (185,144,75). Sum of RGB (Red+Green+Blue) = 185+144+75=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9904B is #466FB4. Grayscale: #949494. Windows color (decimal): -4616117 or 4952249. OLE color: 4952249.

HSL color Cylindrical-coordinate representation of color #B9904B: hue angle of 37.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9904B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18514475-
CMYK00.220.590.27
HSL37.64º44%50.98%-
HSV(B)37.64º59.46%72.55%-
XYZ31.2530.7710.95-
YUV148.3986.58154.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=45.79%
G=35.64%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851447500.220.590.2737.644450.98
HexB9904B0163B1B262c33
Octal2712201130267333465463
Binary1011100110010000100101101011011101111011100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9904B; }

 p { color: rgb(185,144,75); }

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

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

 a { background-color: rgb(185,144,75); }

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

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

 span { border-color: rgb(185,144,75); }

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