#B8A057

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

Shades of Husk #B8A057

Tints of Husk #B8A057

Color information

#B8A057 (or 0xB8A057) is unknown color: approx Husk. HEX triplet: B8, A0 and 57. RGB value is (184,160,87). Sum of RGB (Red+Green+Blue) = 184+160+87=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A057 is #475FA8. Grayscale: #9F9F9F. Windows color (decimal): -4677545 or 5742776. OLE color: 5742776.

HSL color Cylindrical-coordinate representation of color #B8A057: hue angle of 45.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8A057 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18416087-
CMYK00.130.530.28
HSL45.15º40.59%53.14%-
HSV(B)45.15º52.72%72.16%-
XYZ34.0636.0214.17-
YUV158.8587.45145.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=42.69%
G=37.12%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841608700.130.530.2845.1540.5953.14
HexB8A0570D351C2d2935
Octal2702401270156534555165
Binary101110001010000010101110110111010111100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A057; }

 p { color: rgb(184,160,87); }

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

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

 a { background-color: rgb(184,160,87); }

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

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

 span { border-color: rgb(184,160,87); }

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