#B0A14C

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

Shades of Husk #B0A14C

Tints of Husk #B0A14C

Color information

#B0A14C (or 0xB0A14C) is unknown color: approx Husk. HEX triplet: B0, A1 and 4C. RGB value is (176,161,76). Sum of RGB (Red+Green+Blue) = 176+161+76=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A14C is #4F5EB3. Grayscale: #9C9C9C. Windows color (decimal): -5201588 or 5022128. OLE color: 5022128.

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

Color convert

RGB17616176-
CMYK00.090.570.31
HSL51º39.68%49.41%-
HSV(B)51º56.82%69.02%-
XYZ31.9535.2411.96-
YUV155.7982.97142.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=42.62%
G=38.98%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761617600.090.570.315139.6849.41
HexB0A14C09391F332831
Octal2602411140117137635061
Binary101100001010000110011000100111100111111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A14C; }

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

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

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

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

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

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

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

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