#B5AE38

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

Shades of Brass #B5AE38

Tints of Brass #B5AE38

Color information

#B5AE38 (or 0xB5AE38) is unknown color: approx Brass. HEX triplet: B5, AE and 38. RGB value is (181,174,56). Sum of RGB (Red+Green+Blue) = 181+174+56=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE38 is #4A51C7. Grayscale: #A3A3A3. Windows color (decimal): -4870600 or 3714741. OLE color: 3714741.

HSL color Cylindrical-coordinate representation of color #B5AE38: hue angle of 56.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5AE38 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18117456-
CMYK00.040.690.29
HSL56.64º52.74%46.47%-
HSV(B)56.64º69.06%70.98%-
XYZ34.9140.389.7-
YUV162.6467.82141.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=44.04%
G=42.34%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811745600.040.690.2956.6452.7446.47
HexB5AE3804451D39352e
Octal265256700410535716556
Binary10110101101011101110000100100010111101111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE38; }

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

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

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

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

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

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

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

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