#B5A146

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

Shades of Brass #B5A146

Tints of Brass #B5A146

Color information

#B5A146 (or 0xB5A146) is unknown color: approx Brass. HEX triplet: B5, A1 and 46. RGB value is (181,161,70). Sum of RGB (Red+Green+Blue) = 181+161+70=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A146 is #4A5EB9. Grayscale: #9C9C9C. Windows color (decimal): -4873914 or 4628917. OLE color: 4628917.

HSL color Cylindrical-coordinate representation of color #B5A146: hue angle of 49.19º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5A146 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18116170-
CMYK00.110.610.29
HSL49.19º44.22%49.22%-
HSV(B)49.19º61.33%70.98%-
XYZ32.9135.7610.96-
YUV156.6179.13145.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=43.93%
G=39.08%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811617000.110.610.2949.1944.2249.22
HexB5A1460B3D1D312c31
Octal2652411060137535615461
Binary101101011010000110001100101111110111101110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A146; }

 p { color: rgb(181,161,70); }

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

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

 a { background-color: rgb(181,161,70); }

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

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

 span { border-color: rgb(181,161,70); }

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