#B5A14D

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

Shades of Husk #B5A14D

Tints of Husk #B5A14D

Color information

#B5A14D (or 0xB5A14D) is unknown color: approx Husk. HEX triplet: B5, A1 and 4D. RGB value is (181,161,77). Sum of RGB (Red+Green+Blue) = 181+161+77=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A14D is #4A5EB2. Grayscale: #9D9D9D. Windows color (decimal): -4873907 or 5087669. OLE color: 5087669.

HSL color Cylindrical-coordinate representation of color #B5A14D: hue angle of 48.46º 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 #B5A14D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18116177-
CMYK00.110.570.29
HSL48.46º41.27%50.59%-
HSV(B)48.46º57.46%70.98%-
XYZ33.1435.8512.19-
YUV157.482.63144.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=43.20%
G=38.42%
B=18.38%

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
Decimal1811617700.110.570.2948.4641.2750.59
HexB5A14D0B391D302933
Octal2652411150137135605163
Binary101101011010000110011010101111100111101110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A14D; }

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

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

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

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

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

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

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

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