Shades of Brass #B9A03F
Tints of Brass #B9A03F
RGB
CMYK
RGB Variations
Color information
#B9A03F (or 0xB9A03F) is known color: Brass. HEX triplet: B9, A0 and 3F. RGB value is (185,160,63). Sum of RGB (Red+Green+Blue) = 185+160+63=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A03F is #465FC0. Grayscale: #9C9C9C. Windows color (decimal): -4612033 or 4169913. OLE color: 4169913.
HSL color Cylindrical-coordinate representation of color #B9A03F: hue angle of 47.7º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9A03F is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 63 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.27 |
| HSL | 47.7º | 0.49% | 0.49% | - |
| HSV(B) | 47.7º | 0.66% | 0.73% | - |
| XYZ | 33.48 | 35.81 | 9.85 | - |
| YUV | 156.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 63 | 0 | 0.14 | 0.66 | 0.27 | 47.7 | 0.49 | 0.49 |
| Hex | B9 | A0 | 3F | 0 | E | 42 | 1B | 30 | 31 | 31 |
| Octal | 271 | 240 | 77 | 0 | 16 | 102 | 33 | 60 | 61 | 61 |
| Binary | 10111001 | 10100000 | 111111 | 0 | 1110 | 1000010 | 11011 | 110000 | 110001 | 110001 |
Color Harmonies of #B9A03F
Complementary color
Monochromatic Colors of #B9A03F
Black with #B9A03F
Text Example
Text Example
White with #B9A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A03F; }
p { color: rgb(185,160,63); }
H1.HeaderClassName
{
color: #B9A03F;
}
.AnyTagClassName
{
color: #B9A03F;
}
</style>
background-color css
<style>
a { background-color: #B9A03F; }
a { background-color: rgb(185,160,63); }
div.DivClassName
{
background-color: #B9A03F;
}
.BgClassName
{
background-color: #B9A03F;
}
</style>
border-color css
<style>
span { border-color: #B9A03F; }
span { border-color: rgb(185,160,63); }
td.TdClassName
{
border-color: #B9A03F;
}
.TagClassName
{
border-color: #B9A03F;
}
</style>