#B1A352

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

Shades of Husk #B1A352

Tints of Husk #B1A352

Color information

#B1A352 (or 0xB1A352) is unknown color: approx Husk. HEX triplet: B1, A3 and 52. RGB value is (177,163,82). Sum of RGB (Red+Green+Blue) = 177+163+82=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A352 is #4E5CAD. Grayscale: #9E9E9E. Windows color (decimal): -5135534 or 5415857. OLE color: 5415857.

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

Color convert

RGB17716382-
CMYK00.080.540.31
HSL51.16º37.85%50.78%-
HSV(B)51.16º53.67%69.41%-
XYZ32.7536.1513.23-
YUV157.9585.14141.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=41.94%
G=38.63%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771638200.080.540.3151.1637.8550.78
HexB1A35208361F332633
Octal2612431220106637634663
Binary101100011010001110100100100011011011111110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A352; }

 p { color: rgb(177,163,82); }

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

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

 a { background-color: rgb(177,163,82); }

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

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

 span { border-color: rgb(177,163,82); }

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