#B5A14E

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

Shades of Husk #B5A14E

Tints of Husk #B5A14E

Color information

#B5A14E (or 0xB5A14E) is unknown color: approx Husk. HEX triplet: B5, A1 and 4E. RGB value is (181,161,78). Sum of RGB (Red+Green+Blue) = 181+161+78=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A14E is #4A5EB1. Grayscale: #9D9D9D. Windows color (decimal): -4873906 or 5153205. OLE color: 5153205.

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

Color convert

RGB18116178-
CMYK00.110.570.29
HSL48.35º41.04%50.78%-
HSV(B)48.35º56.91%70.98%-
XYZ33.1835.8612.38-
YUV157.5283.13144.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=43.10%
G=38.33%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811617800.110.570.2948.3541.0450.78
HexB5A14E0B391D302933
Octal2652411160137135605163
Binary101101011010000110011100101111100111101110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A14E; }

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

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

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

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

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

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

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

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