#B4A251

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

Shades of Husk #B4A251

Tints of Husk #B4A251

Color information

#B4A251 (or 0xB4A251) is unknown color: approx Husk. HEX triplet: B4, A2 and 51. RGB value is (180,162,81). Sum of RGB (Red+Green+Blue) = 180+162+81=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A251 is #4B5DAE. Grayscale: #9E9E9E. Windows color (decimal): -4939183 or 5350068. OLE color: 5350068.

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

Color convert

RGB18016281-
CMYK00.10.550.29
HSL49.09º39.76%51.18%-
HSV(B)49.09º55%70.59%-
XYZ33.2336.1413.01-
YUV158.1584.46143.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=42.55%
G=38.30%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801628100.10.550.2949.0939.7651.18
HexB4A2510A371D312833
Octal2642421210126735615063
Binary101101001010001010100010101011011111101110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A251; }

 p { color: rgb(180,162,81); }

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

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

 a { background-color: rgb(180,162,81); }

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

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

 span { border-color: rgb(180,162,81); }

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