#B3A04B

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

Shades of Husk #B3A04B

Tints of Husk #B3A04B

Color information

#B3A04B (or 0xB3A04B) is unknown color: approx Husk. HEX triplet: B3, A0 and 4B. RGB value is (179,160,75). Sum of RGB (Red+Green+Blue) = 179+160+75=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A04B is #4C5FB4. Grayscale: #9C9C9C. Windows color (decimal): -5005237 or 4956339. OLE color: 4956339.

HSL color Cylindrical-coordinate representation of color #B3A04B: hue angle of 49.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3A04B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17916075-
CMYK00.110.580.30
HSL49.04º40.94%49.8%-
HSV(B)49.04º58.1%70.2%-
XYZ32.4335.2311.75-
YUV155.9982.29144.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=43.24%
G=38.65%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791607500.110.580.3049.0440.9449.8
HexB3A04B0B3A1E312932
Octal2632401130137236615162
Binary101100111010000010010110101111101011110110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A04B; }

 p { color: rgb(179,160,75); }

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

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

 a { background-color: rgb(179,160,75); }

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

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

 span { border-color: rgb(179,160,75); }

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