#B5A256

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

Shades of Husk #B5A256

Tints of Husk #B5A256

Color information

#B5A256 (or 0xB5A256) is unknown color: approx Husk. HEX triplet: B5, A2 and 56. RGB value is (181,162,86). Sum of RGB (Red+Green+Blue) = 181+162+86=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A256 is #4A5DA9. Grayscale: #9F9F9F. Windows color (decimal): -4873642 or 5677749. OLE color: 5677749.

HSL color Cylindrical-coordinate representation of color #B5A256: hue angle of 48º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5A256 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18116286-
CMYK00.100.520.29
HSL48º39.09%52.35%-
HSV(B)48º52.49%70.98%-
XYZ33.6636.3414.04-
YUV159.0286.79143.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=42.19%
G=37.76%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811628600.100.520.294839.0952.35
HexB5A2560A341D302734
Octal2652421260126435604764
Binary101101011010001010101100101011010011101110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A256; }

 p { color: rgb(181,162,86); }

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

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

 a { background-color: rgb(181,162,86); }

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

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

 span { border-color: rgb(181,162,86); }

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