#B5A14F

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

Shades of Husk #B5A14F

Tints of Husk #B5A14F

Color information

#B5A14F (or 0xB5A14F) is unknown color: approx Husk. HEX triplet: B5, A1 and 4F. RGB value is (181,161,79). Sum of RGB (Red+Green+Blue) = 181+161+79=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A14F is #4A5EB0. Grayscale: #9D9D9D. Windows color (decimal): -4873905 or 5218741. OLE color: 5218741.

HSL color Cylindrical-coordinate representation of color #B5A14F: hue angle of 48.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5A14F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18116179-
CMYK00.110.560.29
HSL48.24º40.8%50.98%-
HSV(B)48.24º56.35%70.98%-
XYZ33.2135.8812.57-
YUV157.6383.63144.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=42.99%
G=38.24%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811617900.110.560.2948.2440.850.98
HexB5A14F0B381D302933
Octal2652411170137035605163
Binary101101011010000110011110101111100011101110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A14F; }

 p { color: rgb(181,161,79); }

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

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

 a { background-color: rgb(181,161,79); }

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

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

 span { border-color: rgb(181,161,79); }

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