#B5A038

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

Shades of Brass #B5A038

Tints of Brass #B5A038

Color information

#B5A038 (or 0xB5A038) is unknown color: approx Brass. HEX triplet: B5, A0 and 38. RGB value is (181,160,56). Sum of RGB (Red+Green+Blue) = 181+160+56=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A038 is #4A5FC7. Grayscale: #9A9A9A. Windows color (decimal): -4874184 or 3711157. OLE color: 3711157.

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

Color convert

RGB18116056-
CMYK00.120.690.29
HSL49.92º52.74%46.47%-
HSV(B)49.92º69.06%70.98%-
XYZ32.3435.258.84-
YUV154.4272.46146.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=45.59%
G=40.30%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811605600.120.690.2949.9252.7446.47
HexB5A0380C451D32352e
Octal2652407001410535626556
Binary101101011010000011100001100100010111101110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A038; }

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

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

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

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

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

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

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

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