#B5A254

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

Shades of Husk #B5A254

Tints of Husk #B5A254

Color information

#B5A254 (or 0xB5A254) is unknown color: approx Husk. HEX triplet: B5, A2 and 54. RGB value is (181,162,84). Sum of RGB (Red+Green+Blue) = 181+162+84=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A254 is #4A5DAB. Grayscale: #9F9F9F. Windows color (decimal): -4873644 or 5546677. OLE color: 5546677.

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

Color convert

RGB18116284-
CMYK00.100.540.29
HSL48.25º39.59%51.96%-
HSV(B)48.25º53.59%70.98%-
XYZ33.5836.313.63-
YUV158.7985.79143.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=42.39%
G=37.94%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811628400.100.540.2948.2539.5951.96
HexB5A2540A361D302834
Octal2652421240126635605064
Binary101101011010001010101000101011011011101110000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A254; }

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

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

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

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

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

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

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

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