#B4A257

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

Shades of Husk #B4A257

Tints of Husk #B4A257

Color information

#B4A257 (or 0xB4A257) is unknown color: approx Husk. HEX triplet: B4, A2 and 57. RGB value is (180,162,87). Sum of RGB (Red+Green+Blue) = 180+162+87=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A257 is #4B5DA8. Grayscale: #9F9F9F. Windows color (decimal): -4939177 or 5743284. OLE color: 5743284.

HSL color Cylindrical-coordinate representation of color #B4A257: hue angle of 48.39º degrees, saturation: 0.38, 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 #B4A257 is Cyan = 0, Magento = 0.1, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18016287-
CMYK00.10.520.29
HSL48.39º38.27%52.35%-
HSV(B)48.39º51.67%70.59%-
XYZ33.4636.2314.25-
YUV158.8387.46143.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=41.96%
G=37.76%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801628700.10.520.2948.3938.2752.35
HexB4A2570A341D302634
Octal2642421270126435604664
Binary101101001010001010101110101011010011101110000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A257; }

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

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

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

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

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

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

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

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