#B7A056

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

Shades of Husk #B7A056

Tints of Husk #B7A056

Color information

#B7A056 (or 0xB7A056) is unknown color: approx Husk. HEX triplet: B7, A0 and 56. RGB value is (183,160,86). Sum of RGB (Red+Green+Blue) = 183+160+86=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A056 is #485FA9. Grayscale: #9E9E9E. Windows color (decimal): -4743082 or 5677239. OLE color: 5677239.

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

Color convert

RGB18316086-
CMYK00.130.530.28
HSL45.77º40.25%52.75%-
HSV(B)45.77º53.01%71.76%-
XYZ33.7835.8813.95-
YUV158.4487.12145.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=42.66%
G=37.30%
B=20.05%

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
Decimal1831608600.130.530.2845.7740.2552.75
HexB7A0560D351C2e2835
Octal2672401260156534565065
Binary101101111010000010101100110111010111100101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A056; }

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

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

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

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

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

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

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

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