#B1AA37

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

Shades of Brass #B1AA37

Tints of Brass #B1AA37

Color information

#B1AA37 (or 0xB1AA37) is unknown color: approx Brass. HEX triplet: B1, AA and 37. RGB value is (177,170,55). Sum of RGB (Red+Green+Blue) = 177+170+55=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA37 is #4E55C8. Grayscale: #9F9F9F. Windows color (decimal): -5133769 or 3648177. OLE color: 3648177.

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

Color convert

RGB17717055-
CMYK00.040.690.31
HSL56.56º52.59%45.49%-
HSV(B)56.56º68.93%69.41%-
XYZ33.238.379.27-
YUV158.9869.32140.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=44.03%
G=42.29%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771705500.040.690.3156.5652.5945.49
HexB1AA3704451F39352d
Octal261252670410537716555
Binary10110001101010101101110100100010111111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA37; }

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

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

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

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

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

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

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

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