#B9924F

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

Shades of Tussock #B9924F

Tints of Tussock #B9924F

Color information

#B9924F (or 0xB9924F) is unknown color: approx Tussock. HEX triplet: B9, 92 and 4F. RGB value is (185,146,79). Sum of RGB (Red+Green+Blue) = 185+146+79=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9924F is #466DB0. Grayscale: #969696. Windows color (decimal): -4615601 or 5214905. OLE color: 5214905.

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

Color convert

RGB18514679-
CMYK00.210.570.27
HSL37.92º43.09%51.76%-
HSV(B)37.92º57.3%72.55%-
XYZ31.731.4411.79-
YUV150.0287.92152.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=45.12%
G=35.61%
B=19.27%

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
Decimal1851467900.210.570.2737.9243.0951.76
HexB9924F015391B262b34
Octal2712221170257133465364
Binary1011100110010010100111101010111100111011100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9924F; }

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

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

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

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

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

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

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

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