Shades of Brass #B9AF40
Tints of Brass #B9AF40
RGB
CMYK
RGB Variations
Color information
#B9AF40 (or 0xB9AF40) is known color: Brass. HEX triplet: B9, AF and 40. RGB value is (185,175,64). Sum of RGB (Red+Green+Blue) = 185+175+64=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF40 is #4650BF. Grayscale: #A5A5A5. Windows color (decimal): -4608192 or 4239289. OLE color: 4239289.
HSL color Cylindrical-coordinate representation of color #B9AF40: hue angle of 55.04º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9AF40 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 64 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.27 |
| HSL | 55.04º | 0.49% | 0.49% | - |
| HSV(B) | 55.04º | 0.65% | 0.73% | - |
| XYZ | 36.26 | 41.34 | 10.92 | - |
| YUV | 165.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 64 | 0 | 0.05 | 0.65 | 0.27 | 55.04 | 0.49 | 0.49 |
| Hex | B9 | AF | 40 | 0 | 5 | 41 | 1B | 37 | 31 | 31 |
| Octal | 271 | 257 | 100 | 0 | 5 | 101 | 33 | 67 | 61 | 61 |
| Binary | 10111001 | 10101111 | 1000000 | 0 | 101 | 1000001 | 11011 | 110111 | 110001 | 110001 |
Color Harmonies of #B9AF40
Complementary color
Monochromatic Colors of #B9AF40
Black with #B9AF40
Text Example
Text Example
White with #B9AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF40; }
p { color: rgb(185,175,64); }
H1.HeaderClassName
{
color: #B9AF40;
}
.AnyTagClassName
{
color: #B9AF40;
}
</style>
background-color css
<style>
a { background-color: #B9AF40; }
a { background-color: rgb(185,175,64); }
div.DivClassName
{
background-color: #B9AF40;
}
.BgClassName
{
background-color: #B9AF40;
}
</style>
border-color css
<style>
span { border-color: #B9AF40; }
span { border-color: rgb(185,175,64); }
td.TdClassName
{
border-color: #B9AF40;
}
.TagClassName
{
border-color: #B9AF40;
}
</style>