#B99250

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

Shades of Tussock #B99250

Tints of Tussock #B99250

Color information

#B99250 (or 0xB99250) is unknown color: approx Tussock. HEX triplet: B9, 92 and 50. RGB value is (185,146,80). Sum of RGB (Red+Green+Blue) = 185+146+80=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99250 is #466DAF. Grayscale: #969696. Windows color (decimal): -4615600 or 5280441. OLE color: 5280441.

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

Color convert

RGB18514680-
CMYK00.210.570.27
HSL37.71º42.86%51.96%-
HSV(B)37.71º56.76%72.55%-
XYZ31.7331.4511.99-
YUV150.1488.42152.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=45.01%
G=35.52%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851468000.210.570.2737.7142.8651.96
HexB99250015391B262b34
Octal2712221200257133465364
Binary1011100110010010101000001010111100111011100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99250; }

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

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

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

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

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

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

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

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