#B5AE47

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

Shades of Brass #B5AE47

Tints of Brass #B5AE47

Color information

#B5AE47 (or 0xB5AE47) is unknown color: approx Brass. HEX triplet: B5, AE and 47. RGB value is (181,174,71). Sum of RGB (Red+Green+Blue) = 181+174+71=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE47 is #4A51B8. Grayscale: #A4A4A4. Windows color (decimal): -4870585 or 4697781. OLE color: 4697781.

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

Color convert

RGB18117471-
CMYK00.040.610.29
HSL56.18º43.65%49.41%-
HSV(B)56.18º60.77%70.98%-
XYZ35.3340.5511.93-
YUV164.3575.32139.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 71 (28.12% from 255) = 16.67%
R=42.49%
G=40.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811747100.040.610.2956.1843.6549.41
HexB5AE47043D1D382c31
Octal265256107047535705461
Binary10110101101011101000111010011110111101111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE47; }

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

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

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

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

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

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

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

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