#B99046

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

Shades of Tussock #B99046

Tints of Tussock #B99046

Color information

#B99046 (or 0xB99046) is unknown color: approx Tussock. HEX triplet: B9, 90 and 46. RGB value is (185,144,70). Sum of RGB (Red+Green+Blue) = 185+144+70=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99046 is #466FB9. Grayscale: #949494. Windows color (decimal): -4616122 or 4624569. OLE color: 4624569.

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

Color convert

RGB18514470-
CMYK00.220.620.27
HSL38.61º45.1%50%-
HSV(B)38.61º62.16%72.55%-
XYZ31.0930.710.08-
YUV147.8284.08154.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=46.37%
G=36.09%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851447000.220.620.2738.6145.150
HexB990460163E1B272d32
Octal2712201060267633475562
Binary1011100110010000100011001011011111011011100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99046; }

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

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

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

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

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

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

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

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