#B0A256

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

Shades of Husk #B0A256

Tints of Husk #B0A256

Color information

#B0A256 (or 0xB0A256) is unknown color: approx Husk. HEX triplet: B0, A2 and 56. RGB value is (176,162,86). Sum of RGB (Red+Green+Blue) = 176+162+86=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A256 is #4F5DA9. Grayscale: #9D9D9D. Windows color (decimal): -5201322 or 5677744. OLE color: 5677744.

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

Color convert

RGB17616286-
CMYK00.080.510.31
HSL50.67º36.29%51.37%-
HSV(B)50.67º51.14%69.02%-
XYZ32.535.7413.99-
YUV157.5287.64141.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 86 (33.98% from 255) = 20.28%
R=41.51%
G=38.21%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761628600.080.510.3150.6736.2951.37
HexB0A25608331F332433
Octal2602421260106337634463
Binary101100001010001010101100100011001111111110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A256; }

 p { color: rgb(176,162,86); }

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

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

 a { background-color: rgb(176,162,86); }

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

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

 span { border-color: rgb(176,162,86); }

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