#B8A056

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

Shades of Husk #B8A056

Tints of Husk #B8A056

Color information

#B8A056 (or 0xB8A056) is unknown color: approx Husk. HEX triplet: B8, A0 and 56. RGB value is (184,160,86). Sum of RGB (Red+Green+Blue) = 184+160+86=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A056 is #475FA9. Grayscale: #9F9F9F. Windows color (decimal): -4677546 or 5677240. OLE color: 5677240.

HSL color Cylindrical-coordinate representation of color #B8A056: hue angle of 45.31º 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 #B8A056 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18416086-
CMYK00.130.530.28
HSL45.31º40.83%52.94%-
HSV(B)45.31º53.26%72.16%-
XYZ34.023613.96-
YUV158.7486.95146.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 86 (33.98% from 255) = 20%
R=42.79%
G=37.21%
B=20%

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
Decimal1841608600.130.530.2845.3140.8352.94
HexB8A0560D351C2d2935
Octal2702401260156534555165
Binary101110001010000010101100110111010111100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A056; }

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

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

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

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

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

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

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

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