#B3A149

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

Shades of Brass #B3A149

Tints of Brass #B3A149

Color information

#B3A149 (or 0xB3A149) is unknown color: approx Brass. HEX triplet: B3, A1 and 49. RGB value is (179,161,73). Sum of RGB (Red+Green+Blue) = 179+161+73=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A149 is #4C5EB6. Grayscale: #9C9C9C. Windows color (decimal): -5004983 or 4825523. OLE color: 4825523.

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

Color convert

RGB17916173-
CMYK00.100.590.30
HSL49.81º42.06%49.41%-
HSV(B)49.81º59.22%70.2%-
XYZ32.5435.5511.45-
YUV156.3580.96144.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=43.34%
G=38.98%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791617300.100.590.3049.8142.0649.41
HexB3A1490A3B1E322a31
Octal2632411110127336625261
Binary101100111010000110010010101011101111110110010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A149; }

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

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

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

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

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

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

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

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