#B3A249

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

Shades of Brass #B3A249

Tints of Brass #B3A249

Color information

#B3A249 (or 0xB3A249) is unknown color: approx Brass. HEX triplet: B3, A2 and 49. RGB value is (179,162,73). Sum of RGB (Red+Green+Blue) = 179+162+73=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A249 is #4C5DB6. Grayscale: #9D9D9D. Windows color (decimal): -5004727 or 4825779. OLE color: 4825779.

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

Color convert

RGB17916273-
CMYK00.090.590.30
HSL50.38º42.06%49.41%-
HSV(B)50.38º59.22%70.2%-
XYZ32.7135.9111.51-
YUV156.9480.63143.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 73 (28.91% from 255) = 17.63%
R=43.24%
G=39.13%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791627300.090.590.3050.3842.0649.41
HexB3A249093B1E322a31
Octal2632421110117336625261
Binary101100111010001010010010100111101111110110010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A249; }

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

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

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

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

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

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

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

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