#B5AC37

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

Shades of Brass #B5AC37

Tints of Brass #B5AC37

Color information

#B5AC37 (or 0xB5AC37) is unknown color: approx Brass. HEX triplet: B5, AC and 37. RGB value is (181,172,55). Sum of RGB (Red+Green+Blue) = 181+172+55=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC37 is #4A53C8. Grayscale: #A1A1A1. Windows color (decimal): -4871113 or 3648693. OLE color: 3648693.

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

Color convert

RGB18117255-
CMYK00.050.700.29
HSL55.71º53.39%46.27%-
HSV(B)55.71º69.61%70.98%-
XYZ34.539.69.44-
YUV161.3567.98142.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 55 (21.88% from 255) = 13.48%
R=44.36%
G=42.16%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811725500.050.700.2955.7153.3946.27
HexB5AC3705461D38352e
Octal265254670510635706556
Binary10110101101011001101110101100011011101111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC37; }

 p { color: rgb(181,172,55); }

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

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

 a { background-color: rgb(181,172,55); }

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

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

 span { border-color: rgb(181,172,55); }

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