#B5A941

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

Shades of Brass #B5A941

Tints of Brass #B5A941

Color information

#B5A941 (or 0xB5A941) is unknown color: approx Brass. HEX triplet: B5, A9 and 41. RGB value is (181,169,65). Sum of RGB (Red+Green+Blue) = 181+169+65=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A941 is #4A56BE. Grayscale: #A1A1A1. Windows color (decimal): -4871871 or 4303285. OLE color: 4303285.

HSL color Cylindrical-coordinate representation of color #B5A941: hue angle of 53.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5A941 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18116965-
CMYK00.070.640.29
HSL53.79º47.15%48.24%-
HSV(B)53.79º64.09%70.98%-
XYZ34.238.5810.65-
YUV160.7373.98142.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=43.61%
G=40.72%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811696500.070.640.2953.7947.1548.24
HexB5A94107401D362f30
Octal2652511010710035665760
Binary101101011010100110000010111100000011101110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A941; }

 p { color: rgb(181,169,65); }

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

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

 a { background-color: rgb(181,169,65); }

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

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

 span { border-color: rgb(181,169,65); }

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