#B9854E

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

Shades of Tussock #B9854E

Tints of Tussock #B9854E

Color information

#B9854E (or 0xB9854E) is unknown color: approx Tussock. HEX triplet: B9, 85 and 4E. RGB value is (185,133,78). Sum of RGB (Red+Green+Blue) = 185+133+78=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9854E is #467AB1. Grayscale: #8E8E8E. Windows color (decimal): -4618930 or 5146041. OLE color: 5146041.

HSL color Cylindrical-coordinate representation of color #B9854E: hue angle of 30.84º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9854E is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18513378-
CMYK00.280.580.27
HSL30.84º43.32%51.57%-
HSV(B)30.84º57.84%72.55%-
XYZ29.7727.6410.97-
YUV142.2891.73158.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=46.72%
G=33.59%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851337800.280.580.2730.8443.3251.57
HexB9854E01C3A1B1f2b34
Octal2712051160347233375364
Binary101110011000010110011100111001110101101111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9854E; }

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

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

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

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

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

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

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

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