#B4A154

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

Shades of Husk #B4A154

Tints of Husk #B4A154

Color information

#B4A154 (or 0xB4A154) is unknown color: approx Husk. HEX triplet: B4, A1 and 54. RGB value is (180,161,84). Sum of RGB (Red+Green+Blue) = 180+161+84=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A154 is #4B5EAB. Grayscale: #9E9E9E. Windows color (decimal): -4939436 or 5546420. OLE color: 5546420.

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

Color convert

RGB18016184-
CMYK00.110.530.29
HSL48.12º39.02%51.76%-
HSV(B)48.12º53.33%70.59%-
XYZ33.1735.8313.56-
YUV157.986.29143.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=42.35%
G=37.88%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801618400.110.530.2948.1239.0251.76
HexB4A1540B351D302734
Octal2642411240136535604764
Binary101101001010000110101000101111010111101110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A154; }

 p { color: rgb(180,161,84); }

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

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

 a { background-color: rgb(180,161,84); }

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

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

 span { border-color: rgb(180,161,84); }

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