#B9A14B

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

Shades of Husk #B9A14B

Tints of Husk #B9A14B

Color information

#B9A14B (or 0xB9A14B) is unknown color: approx Husk. HEX triplet: B9, A1 and 4B. RGB value is (185,161,75). Sum of RGB (Red+Green+Blue) = 185+161+75=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A14B is #465EB4. Grayscale: #9E9E9E. Windows color (decimal): -4611765 or 4956601. OLE color: 4956601.

HSL color Cylindrical-coordinate representation of color #B9A14B: hue angle of 46.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A14B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18516175-
CMYK00.130.590.27
HSL46.91º44%50.98%-
HSV(B)46.91º59.46%72.55%-
XYZ34.0236.3111.87-
YUV158.3780.95146.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 75 (29.69% from 255) = 17.81%
R=43.94%
G=38.24%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851617500.130.590.2746.914450.98
HexB9A14B0D3B1B2f2c33
Octal2712411130157333575463
Binary101110011010000110010110110111101111011101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A14B; }

 p { color: rgb(185,161,75); }

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

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

 a { background-color: rgb(185,161,75); }

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

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

 span { border-color: rgb(185,161,75); }

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