#B3A14B

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

Shades of Husk #B3A14B

Tints of Husk #B3A14B

Color information

#B3A14B (or 0xB3A14B) is unknown color: approx Husk. HEX triplet: B3, A1 and 4B. RGB value is (179,161,75). Sum of RGB (Red+Green+Blue) = 179+161+75=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A14B is #4C5EB4. Grayscale: #9C9C9C. Windows color (decimal): -5004981 or 4956595. OLE color: 4956595.

HSL color Cylindrical-coordinate representation of color #B3A14B: hue angle of 49.62º 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 #B3A14B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17916175-
CMYK00.100.580.30
HSL49.62º40.94%49.8%-
HSV(B)49.62º58.1%70.2%-
XYZ32.6135.5811.81-
YUV156.5881.96143.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=43.13%
G=38.80%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791617500.100.580.3049.6240.9449.8
HexB3A14B0A3A1E322932
Octal2632411130127236625162
Binary101100111010000110010110101011101011110110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A14B; }

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

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

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

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

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

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

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

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