#B9854B

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

Shades of Tussock #B9854B

Tints of Tussock #B9854B

Color information

#B9854B (or 0xB9854B) is unknown color: approx Tussock. HEX triplet: B9, 85 and 4B. RGB value is (185,133,75). Sum of RGB (Red+Green+Blue) = 185+133+75=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9854B is #467AB4. Grayscale: #8E8E8E. Windows color (decimal): -4618933 or 4949433. OLE color: 4949433.

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

Color convert

RGB18513375-
CMYK00.280.590.27
HSL31.64º44%50.98%-
HSV(B)31.64º59.46%72.55%-
XYZ29.6727.610.42-
YUV141.9490.23158.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=47.07%
G=33.84%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851337500.280.590.2731.644450.98
HexB9854B01C3B1B202c33
Octal2712051130347333405463
Binary1011100110000101100101101110011101111011100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9854B; }

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

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

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

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

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

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

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

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