#B1A255

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

Shades of Husk #B1A255

Tints of Husk #B1A255

Color information

#B1A255 (or 0xB1A255) is unknown color: approx Husk. HEX triplet: B1, A2 and 55. RGB value is (177,162,85). Sum of RGB (Red+Green+Blue) = 177+162+85=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A255 is #4E5DAA. Grayscale: #9E9E9E. Windows color (decimal): -5135787 or 5612209. OLE color: 5612209.

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

Color convert

RGB17716285-
CMYK00.080.520.31
HSL50.22º37.1%51.37%-
HSV(B)50.22º51.98%69.41%-
XYZ32.6935.8413.79-
YUV157.7186.97141.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=41.75%
G=38.21%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771628500.080.520.3150.2237.151.37
HexB1A25508341F322533
Octal2612421250106437624563
Binary101100011010001010101010100011010011111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A255; }

 p { color: rgb(177,162,85); }

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

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

 a { background-color: rgb(177,162,85); }

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

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

 span { border-color: rgb(177,162,85); }

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