#B2A058

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

Shades of Husk #B2A058

Tints of Husk #B2A058

Color information

#B2A058 (or 0xB2A058) is unknown color: approx Husk. HEX triplet: B2, A0 and 58. RGB value is (178,160,88). Sum of RGB (Red+Green+Blue) = 178+160+88=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A058 is #4D5FA7. Grayscale: #9D9D9D. Windows color (decimal): -5070760 or 5808306. OLE color: 5808306.

HSL color Cylindrical-coordinate representation of color #B2A058: hue angle of 48º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2A058 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17816088-
CMYK00.100.510.30
HSL48º36.89%52.16%-
HSV(B)48º50.56%69.8%-
XYZ32.6935.3114.33-
YUV157.1788.96142.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=41.78%
G=37.56%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781608800.100.510.304836.8952.16
HexB2A0580A331E302534
Octal2622401300126336604564
Binary101100101010000010110000101011001111110110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A058; }

 p { color: rgb(178,160,88); }

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

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

 a { background-color: rgb(178,160,88); }

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

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

 span { border-color: rgb(178,160,88); }

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