#B1AA48

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

Shades of Brass #B1AA48

Tints of Brass #B1AA48

Color information

#B1AA48 (or 0xB1AA48) is unknown color: approx Brass. HEX triplet: B1, AA and 48. RGB value is (177,170,72). Sum of RGB (Red+Green+Blue) = 177+170+72=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA48 is #4E55B7. Grayscale: #A1A1A1. Windows color (decimal): -5133752 or 4762289. OLE color: 4762289.

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

Color convert

RGB17717072-
CMYK00.040.590.31
HSL56º42.17%48.82%-
HSV(B)56º59.32%69.41%-
XYZ33.6838.5611.8-
YUV160.9277.82139.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=42.24%
G=40.57%
B=17.18%

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
Decimal1771707200.040.590.315642.1748.82
HexB1AA48043B1F382a31
Octal261252110047337705261
Binary10110001101010101001000010011101111111111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA48; }

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

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

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

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

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

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

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

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