#B5AA37

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

Shades of Brass #B5AA37

Tints of Brass #B5AA37

Color information

#B5AA37 (or 0xB5AA37) is unknown color: approx Brass. HEX triplet: B5, AA and 37. RGB value is (181,170,55). Sum of RGB (Red+Green+Blue) = 181+170+55=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA37 is #4A55C8. Grayscale: #A0A0A0. Windows color (decimal): -4871625 or 3648181. OLE color: 3648181.

HSL color Cylindrical-coordinate representation of color #B5AA37: hue angle of 54.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5AA37 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18117055-
CMYK00.060.700.29
HSL54.76º53.39%46.27%-
HSV(B)54.76º69.61%70.98%-
XYZ34.1238.859.31-
YUV160.1868.64142.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 55 (21.88% from 255) = 13.55%
R=44.58%
G=41.87%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811705500.060.700.2954.7653.3946.27
HexB5AA3706461D37352e
Octal265252670610635676556
Binary10110101101010101101110110100011011101110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA37; }

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

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

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

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

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

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

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

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