#B99051

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

Shades of Tussock #B99051

Tints of Tussock #B99051

Color information

#B99051 (or 0xB99051) is unknown color: approx Tussock. HEX triplet: B9, 90 and 51. RGB value is (185,144,81). Sum of RGB (Red+Green+Blue) = 185+144+81=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B99051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99051 is #466FAE. Grayscale: #959595. Windows color (decimal): -4616111 or 5345465. OLE color: 5345465.

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

Color convert

RGB18514481-
CMYK00.220.560.27
HSL36.35º42.62%52.16%-
HSV(B)36.35º56.22%72.55%-
XYZ31.4730.8512.08-
YUV149.0889.58153.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 81 (32.03% from 255) = 19.76%
R=45.12%
G=35.12%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851448100.220.560.2736.3542.6252.16
HexB99051016381B242b34
Octal2712201210267033445364
Binary1011100110010000101000101011011100011011100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99051; }

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

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

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

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

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

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

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

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