#B5AE41

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

Shades of Brass #B5AE41

Tints of Brass #B5AE41

Color information

#B5AE41 (or 0xB5AE41) is unknown color: approx Brass. HEX triplet: B5, AE and 41. RGB value is (181,174,65). Sum of RGB (Red+Green+Blue) = 181+174+65=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE41 is #4A51BE. Grayscale: #A4A4A4. Windows color (decimal): -4870591 or 4304565. OLE color: 4304565.

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

Color convert

RGB18117465-
CMYK00.040.640.29
HSL56.38º47.15%48.24%-
HSV(B)56.38º64.09%70.98%-
XYZ35.1540.4810.96-
YUV163.6772.32140.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=43.10%
G=41.43%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811746500.040.640.2956.3847.1548.24
HexB5AE4104401D382f30
Octal2652561010410035705760
Binary101101011010111010000010100100000011101111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE41; }

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

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

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

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

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

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

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

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