#B1AA49

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

Shades of Brass #B1AA49

Tints of Brass #B1AA49

Color information

#B1AA49 (or 0xB1AA49) is unknown color: approx Brass. HEX triplet: B1, AA and 49. RGB value is (177,170,73). Sum of RGB (Red+Green+Blue) = 177+170+73=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA49 is #4E55B6. Grayscale: #A1A1A1. Windows color (decimal): -5133751 or 4827825. OLE color: 4827825.

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

Color convert

RGB17717073-
CMYK00.040.590.31
HSL55.96º41.6%49.02%-
HSV(B)55.96º58.76%69.41%-
XYZ33.7138.5811.97-
YUV161.0478.32139.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=42.14%
G=40.48%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771707300.040.590.3155.9641.649.02
HexB1AA49043B1F382a31
Octal261252111047337705261
Binary10110001101010101001001010011101111111111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA49; }

 p { color: rgb(177,170,73); }

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

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

 a { background-color: rgb(177,170,73); }

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

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

 span { border-color: rgb(177,170,73); }

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