#B2A053

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

Shades of Husk #B2A053

Tints of Husk #B2A053

Color information

#B2A053 (or 0xB2A053) is unknown color: approx Husk. HEX triplet: B2, A0 and 53. RGB value is (178,160,83). Sum of RGB (Red+Green+Blue) = 178+160+83=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A053 is #4D5FAC. Grayscale: #9C9C9C. Windows color (decimal): -5070765 or 5480626. OLE color: 5480626.

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

Color convert

RGB17816083-
CMYK00.100.530.30
HSL48.63º38.15%51.18%-
HSV(B)48.63º53.37%69.8%-
XYZ32.4935.2313.27-
YUV156.686.46143.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=42.28%
G=38.00%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781608300.100.530.3048.6338.1551.18
HexB2A0530A351E312633
Octal2622401230126536614663
Binary101100101010000010100110101011010111110110001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A053; }

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

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

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

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

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

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

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

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