#B4A150

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

Shades of Husk #B4A150

Tints of Husk #B4A150

Color information

#B4A150 (or 0xB4A150) is unknown color: approx Husk. HEX triplet: B4, A1 and 50. RGB value is (180,161,80). Sum of RGB (Red+Green+Blue) = 180+161+80=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A150 is #4B5EAF. Grayscale: #9D9D9D. Windows color (decimal): -4939440 or 5284276. OLE color: 5284276.

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

Color convert

RGB18016180-
CMYK00.110.560.29
HSL48.6º40%50.98%-
HSV(B)48.6º55.56%70.59%-
XYZ33.0235.7712.75-
YUV157.4584.29144.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=42.76%
G=38.24%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801618000.110.560.2948.64050.98
HexB4A1500B381D312833
Octal2642411200137035615063
Binary101101001010000110100000101111100011101110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A150; }

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

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

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

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

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

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

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

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