#B0A150

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

Shades of Husk #B0A150

Tints of Husk #B0A150

Color information

#B0A150 (or 0xB0A150) is unknown color: approx Husk. HEX triplet: B0, A1 and 50. RGB value is (176,161,80). Sum of RGB (Red+Green+Blue) = 176+161+80=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A150 is #4F5EAF. Grayscale: #9C9C9C. Windows color (decimal): -5201584 or 5284272. OLE color: 5284272.

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

Color convert

RGB17616180-
CMYK00.090.550.31
HSL50.62º37.8%50.2%-
HSV(B)50.62º54.55%69.02%-
XYZ32.135.312.71-
YUV156.2584.97142.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=42.21%
G=38.61%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761618000.090.550.3150.6237.850.2
HexB0A15009371F332632
Octal2602411200116737634662
Binary101100001010000110100000100111011111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A150; }

 p { color: rgb(176,161,80); }

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

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

 a { background-color: rgb(176,161,80); }

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

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

 span { border-color: rgb(176,161,80); }

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