Shades of Brass #B5AF40
Tints of Brass #B5AF40
RGB
CMYK
RGB Variations
Color information
#B5AF40 (or 0xB5AF40) is known color: Brass. HEX triplet: B5, AF and 40. RGB value is (181,175,64). Sum of RGB (Red+Green+Blue) = 181+175+64=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF40 is #4A50BF. Grayscale: #A4A4A4. Windows color (decimal): -4870336 or 4239285. OLE color: 4239285.
HSL color Cylindrical-coordinate representation of color #B5AF40: hue angle of 56.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5AF40 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 64 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.29 |
| HSL | 56.92º | 0.48% | 0.48% | - |
| HSV(B) | 56.92º | 0.65% | 0.71% | - |
| XYZ | 35.31 | 40.85 | 10.87 | - |
| YUV | 164.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 64 | 0 | 0.03 | 0.65 | 0.29 | 56.92 | 0.48 | 0.48 |
| Hex | B5 | AF | 40 | 0 | 3 | 41 | 1D | 39 | 30 | 30 |
| Octal | 265 | 257 | 100 | 0 | 3 | 101 | 35 | 71 | 60 | 60 |
| Binary | 10110101 | 10101111 | 1000000 | 0 | 11 | 1000001 | 11101 | 111001 | 110000 | 110000 |
Color Harmonies of #B5AF40
Complementary color
Monochromatic Colors of #B5AF40
Black with #B5AF40
Text Example
Text Example
White with #B5AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF40; }
p { color: rgb(181,175,64); }
H1.HeaderClassName
{
color: #B5AF40;
}
.AnyTagClassName
{
color: #B5AF40;
}
</style>
background-color css
<style>
a { background-color: #B5AF40; }
a { background-color: rgb(181,175,64); }
div.DivClassName
{
background-color: #B5AF40;
}
.BgClassName
{
background-color: #B5AF40;
}
</style>
border-color css
<style>
span { border-color: #B5AF40; }
span { border-color: rgb(181,175,64); }
td.TdClassName
{
border-color: #B5AF40;
}
.TagClassName
{
border-color: #B5AF40;
}
</style>