#B5A44A

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

Shades of Brass #B5A44A

Tints of Brass #B5A44A

Color information

#B5A44A (or 0xB5A44A) is unknown color: approx Brass. HEX triplet: B5, A4 and 4A. RGB value is (181,164,74). Sum of RGB (Red+Green+Blue) = 181+164+74=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A44A is #4A5BB5. Grayscale: #9F9F9F. Windows color (decimal): -4873142 or 4891829. OLE color: 4891829.

HSL color Cylindrical-coordinate representation of color #B5A44A: hue angle of 50.47º 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 #B5A44A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18116474-
CMYK00.090.590.29
HSL50.47º41.96%50%-
HSV(B)50.47º59.12%70.98%-
XYZ33.5736.8711.83-
YUV158.8280.13143.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=43.20%
G=39.14%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811647400.090.590.2950.4741.9650
HexB5A44A093B1D322a32
Octal2652441120117335625262
Binary101101011010010010010100100111101111101110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A44A; }

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

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

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

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

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

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

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

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