#B9894B

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

Shades of Tussock #B9894B

Tints of Tussock #B9894B

Color information

#B9894B (or 0xB9894B) is unknown color: approx Tussock. HEX triplet: B9, 89 and 4B. RGB value is (185,137,75). Sum of RGB (Red+Green+Blue) = 185+137+75=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9894B is #4676B4. Grayscale: #909090. Windows color (decimal): -4617909 or 4950457. OLE color: 4950457.

HSL color Cylindrical-coordinate representation of color #B9894B: hue angle of 33.82º 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 #B9894B is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18513775-
CMYK00.260.590.27
HSL33.82º44%50.98%-
HSV(B)33.82º59.46%72.55%-
XYZ30.2228.7110.61-
YUV144.2888.9157.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=46.60%
G=34.51%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851377500.260.590.2733.824450.98
HexB9894B01A3B1B222c33
Octal2712111130327333425463
Binary1011100110001001100101101101011101111011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9894B; }

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

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

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

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

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

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

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

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