#B5AA51

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

Shades of Brass #B5AA51

Tints of Brass #B5AA51

Color information

#B5AA51 (or 0xB5AA51) is unknown color: approx Brass. HEX triplet: B5, AA and 51. RGB value is (181,170,81). Sum of RGB (Red+Green+Blue) = 181+170+81=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA51 is #4A55AE. Grayscale: #A3A3A3. Windows color (decimal): -4871599 or 5352117. OLE color: 5352117.

HSL color Cylindrical-coordinate representation of color #B5AA51: hue angle of 53.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5AA51 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18117081-
CMYK00.060.550.29
HSL53.4º40.32%51.37%-
HSV(B)53.4º55.25%70.98%-
XYZ34.9239.1713.5-
YUV163.1481.64140.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=41.90%
G=39.35%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811708100.060.550.2953.440.3251.37
HexB5AA5106371D352833
Octal265252121066735655063
Binary10110101101010101010001011011011111101110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA51; }

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

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

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

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

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

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

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

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