#B99147

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

Shades of Tussock #B99147

Tints of Tussock #B99147

Color information

#B99147 (or 0xB99147) is unknown color: approx Tussock. HEX triplet: B9, 91 and 47. RGB value is (185,145,71). Sum of RGB (Red+Green+Blue) = 185+145+71=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99147 is #466EB8. Grayscale: #949494. Windows color (decimal): -4615865 or 4690361. OLE color: 4690361.

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

Color convert

RGB18514571-
CMYK00.220.620.27
HSL38.95º44.88%50.2%-
HSV(B)38.95º61.62%72.55%-
XYZ31.2731.0210.3-
YUV148.5284.25154.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 71 (28.12% from 255) = 17.71%
R=46.13%
G=36.16%
B=17.71%

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
Decimal1851457100.220.620.2738.9544.8850.2
HexB991470163E1B272d32
Octal2712211070267633475562
Binary1011100110010001100011101011011111011011100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99147; }

 p { color: rgb(185,145,71); }

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

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

 a { background-color: rgb(185,145,71); }

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

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

 span { border-color: rgb(185,145,71); }

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