#B9A14E

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

Shades of Husk #B9A14E

Tints of Husk #B9A14E

Color information

#B9A14E (or 0xB9A14E) is unknown color: approx Husk. HEX triplet: B9, A1 and 4E. RGB value is (185,161,78). Sum of RGB (Red+Green+Blue) = 185+161+78=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A14E is #465EB1. Grayscale: #9F9F9F. Windows color (decimal): -4611762 or 5153209. OLE color: 5153209.

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

Color convert

RGB18516178-
CMYK00.130.580.27
HSL46.54º43.32%51.57%-
HSV(B)46.54º57.84%72.55%-
XYZ34.1336.3512.43-
YUV158.7182.45146.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=43.63%
G=37.97%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851617800.130.580.2746.5443.3251.57
HexB9A14E0D3A1B2f2b34
Octal2712411160157233575364
Binary101110011010000110011100110111101011011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A14E; }

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

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

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

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

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

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

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

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