#B5A34F

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

Shades of Husk #B5A34F

Tints of Husk #B5A34F

Color information

#B5A34F (or 0xB5A34F) is unknown color: approx Husk. HEX triplet: B5, A3 and 4F. RGB value is (181,163,79). Sum of RGB (Red+Green+Blue) = 181+163+79=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A34F is #4A5CB0. Grayscale: #9F9F9F. Windows color (decimal): -4873393 or 5219253. OLE color: 5219253.

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

Color convert

RGB18116379-
CMYK00.100.560.29
HSL49.41º40.8%50.98%-
HSV(B)49.41º56.35%70.98%-
XYZ33.5636.5812.69-
YUV158.8182.96143.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=42.79%
G=38.53%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811637900.100.560.2949.4140.850.98
HexB5A34F0A381D312933
Octal2652431170127035615163
Binary101101011010001110011110101011100011101110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A34F; }

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

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

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

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

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

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

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

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