#B99251

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

Shades of Tussock #B99251

Tints of Tussock #B99251

Color information

#B99251 (or 0xB99251) is unknown color: approx Tussock. HEX triplet: B9, 92 and 51. RGB value is (185,146,81). Sum of RGB (Red+Green+Blue) = 185+146+81=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99251 is #466DAE. Grayscale: #969696. Windows color (decimal): -4615599 or 5345977. OLE color: 5345977.

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

Color convert

RGB18514681-
CMYK00.210.560.27
HSL37.5º42.62%52.16%-
HSV(B)37.5º56.22%72.55%-
XYZ31.7731.4712.18-
YUV150.2588.92152.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=44.90%
G=35.44%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851468100.210.560.2737.542.6252.16
HexB99251015381B262b34
Octal2712221210257033465364
Binary1011100110010010101000101010111100011011100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99251; }

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

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

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

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

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

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

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

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