#B5A549

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

Shades of Brass #B5A549

Tints of Brass #B5A549

Color information

#B5A549 (or 0xB5A549) is unknown color: approx Brass. HEX triplet: B5, A5 and 49. RGB value is (181,165,73). Sum of RGB (Red+Green+Blue) = 181+165+73=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A549 is #4A5AB6. Grayscale: #9F9F9F. Windows color (decimal): -4872887 or 4826549. OLE color: 4826549.

HSL color Cylindrical-coordinate representation of color #B5A549: hue angle of 51.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5A549 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18116573-
CMYK00.090.600.29
HSL51.11º42.52%49.8%-
HSV(B)51.11º59.67%70.98%-
XYZ33.7137.2211.71-
YUV159.379.3143.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=43.20%
G=39.38%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811657300.090.600.2951.1142.5249.8
HexB5A549093C1D332b32
Octal2652451110117435635362
Binary101101011010010110010010100111110011101110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A549; }

 p { color: rgb(181,165,73); }

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

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

 a { background-color: rgb(181,165,73); }

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

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

 span { border-color: rgb(181,165,73); }

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