Shades of Brass #B9AF46
Tints of Brass #B9AF46
RGB
CMYK
RGB Variations
Color information
#B9AF46 (or 0xB9AF46) is known color: Brass. HEX triplet: B9, AF and 46. RGB value is (185,175,70). Sum of RGB (Red+Green+Blue) = 185+175+70=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF46 is #4650B9. Grayscale: #A6A6A6. Windows color (decimal): -4608186 or 4632505. OLE color: 4632505.
HSL color Cylindrical-coordinate representation of color #B9AF46: hue angle of 54.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9AF46 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 70 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.27 |
| HSL | 54.78º | 0.45% | 0.5% | - |
| HSV(B) | 54.78º | 0.62% | 0.73% | - |
| XYZ | 36.44 | 41.42 | 11.87 | - |
| YUV | 166.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 70 | 0 | 0.05 | 0.62 | 0.27 | 54.78 | 0.45 | 0.5 |
| Hex | B9 | AF | 46 | 0 | 5 | 3E | 1B | 37 | 2D | 32 |
| Octal | 271 | 257 | 106 | 0 | 5 | 76 | 33 | 67 | 55 | 62 |
| Binary | 10111001 | 10101111 | 1000110 | 0 | 101 | 111110 | 11011 | 110111 | 101101 | 110010 |
Color Harmonies of #B9AF46
Complementary color
Monochromatic Colors of #B9AF46
Black with #B9AF46
Text Example
Text Example
White with #B9AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF46; }
p { color: rgb(185,175,70); }
H1.HeaderClassName
{
color: #B9AF46;
}
.AnyTagClassName
{
color: #B9AF46;
}
</style>
background-color css
<style>
a { background-color: #B9AF46; }
a { background-color: rgb(185,175,70); }
div.DivClassName
{
background-color: #B9AF46;
}
.BgClassName
{
background-color: #B9AF46;
}
</style>
border-color css
<style>
span { border-color: #B9AF46; }
span { border-color: rgb(185,175,70); }
td.TdClassName
{
border-color: #B9AF46;
}
.TagClassName
{
border-color: #B9AF46;
}
</style>