#B9924E

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

Shades of Tussock #B9924E

Tints of Tussock #B9924E

Color information

#B9924E (or 0xB9924E) is unknown color: approx Tussock. HEX triplet: B9, 92 and 4E. RGB value is (185,146,78). Sum of RGB (Red+Green+Blue) = 185+146+78=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9924E is #466DB1. Grayscale: #969696. Windows color (decimal): -4615602 or 5149369. OLE color: 5149369.

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

Color convert

RGB18514678-
CMYK00.210.580.27
HSL38.13º43.32%51.57%-
HSV(B)38.13º57.84%72.55%-
XYZ31.6631.4211.6-
YUV149.9187.42153.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=45.23%
G=35.70%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851467800.210.580.2738.1343.3251.57
HexB9924E0153A1B262b34
Octal2712221160257233465364
Binary1011100110010010100111001010111101011011100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9924E; }

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

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

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

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

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

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

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

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