#B0A05A

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

Shades of Husk #B0A05A

Tints of Husk #B0A05A

Color information

#B0A05A (or 0xB0A05A) is unknown color: approx Husk. HEX triplet: B0, A0 and 5A. RGB value is (176,160,90). Sum of RGB (Red+Green+Blue) = 176+160+90=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A05A is #4F5FA5. Grayscale: #9D9D9D. Windows color (decimal): -5201830 or 5939376. OLE color: 5939376.

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

Color convert

RGB17616090-
CMYK00.090.490.31
HSL48.84º35.25%52.16%-
HSV(B)48.84º48.86%69.02%-
XYZ32.3235.1114.75-
YUV156.890.3141.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=41.31%
G=37.56%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761609000.090.490.3148.8435.2552.16
HexB0A05A09311F312334
Octal2602401320116137614364
Binary101100001010000010110100100111000111111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A05A; }

 p { color: rgb(176,160,90); }

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

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

 a { background-color: rgb(176,160,90); }

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

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

 span { border-color: rgb(176,160,90); }

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