#B1A053

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

Shades of Husk #B1A053

Tints of Husk #B1A053

Color information

#B1A053 (or 0xB1A053) is unknown color: approx Husk. HEX triplet: B1, A0 and 53. RGB value is (177,160,83). Sum of RGB (Red+Green+Blue) = 177+160+83=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A053 is #4E5FAC. Grayscale: #9C9C9C. Windows color (decimal): -5136301 or 5480625. OLE color: 5480625.

HSL color Cylindrical-coordinate representation of color #B1A053: hue angle of 49.15º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A053 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17716083-
CMYK00.100.530.31
HSL49.15º37.6%50.98%-
HSV(B)49.15º53.11%69.41%-
XYZ32.2635.1113.26-
YUV156.386.63142.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=42.14%
G=38.10%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771608300.100.530.3149.1537.650.98
HexB1A0530A351F312633
Octal2612401230126537614663
Binary101100011010000010100110101011010111111110001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A053; }

 p { color: rgb(177,160,83); }

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

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

 a { background-color: rgb(177,160,83); }

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

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

 span { border-color: rgb(177,160,83); }

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