#B5A64A

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

Shades of Brass #B5A64A

Tints of Brass #B5A64A

Color information

#B5A64A (or 0xB5A64A) is unknown color: approx Brass. HEX triplet: B5, A6 and 4A. RGB value is (181,166,74). Sum of RGB (Red+Green+Blue) = 181+166+74=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A64A is #4A59B5. Grayscale: #A0A0A0. Windows color (decimal): -4872630 or 4892341. OLE color: 4892341.

HSL color Cylindrical-coordinate representation of color #B5A64A: hue angle of 51.59º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5A64A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18116674-
CMYK00.080.590.29
HSL51.59º41.96%50%-
HSV(B)51.59º59.12%70.98%-
XYZ33.9337.5911.95-
YUV16079.47142.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=42.99%
G=39.43%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811667400.080.590.2951.5941.9650
HexB5A64A083B1D342a32
Octal2652461120107335645262
Binary101101011010011010010100100011101111101110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A64A; }

 p { color: rgb(181,166,74); }

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

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

 a { background-color: rgb(181,166,74); }

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

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

 span { border-color: rgb(181,166,74); }

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