Shades of Brass #B9A841
Tints of Brass #B9A841
RGB
CMYK
RGB Variations
Color information
#B9A841 (or 0xB9A841) is known color: Brass. HEX triplet: B9, A8 and 41. RGB value is (185,168,65). Sum of RGB (Red+Green+Blue) = 185+168+65=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A841 is #4657BE. Grayscale: #A1A1A1. Windows color (decimal): -4609983 or 4303033. OLE color: 4303033.
HSL color Cylindrical-coordinate representation of color #B9A841: hue angle of 51.5º degrees, saturation: 0.48, 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 #B9A841 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 65 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.27 |
| HSL | 51.5º | 0.48% | 0.49% | - |
| HSV(B) | 51.5º | 0.65% | 0.73% | - |
| XYZ | 34.96 | 38.7 | 10.63 | - |
| YUV | 161.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 65 | 0 | 0.09 | 0.65 | 0.27 | 51.5 | 0.48 | 0.49 |
| Hex | B9 | A8 | 41 | 0 | 9 | 41 | 1B | 34 | 30 | 31 |
| Octal | 271 | 250 | 101 | 0 | 11 | 101 | 33 | 64 | 60 | 61 |
| Binary | 10111001 | 10101000 | 1000001 | 0 | 1001 | 1000001 | 11011 | 110100 | 110000 | 110001 |
Color Harmonies of #B9A841
Complementary color
Monochromatic Colors of #B9A841
Black with #B9A841
Text Example
Text Example
White with #B9A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A841; }
p { color: rgb(185,168,65); }
H1.HeaderClassName
{
color: #B9A841;
}
.AnyTagClassName
{
color: #B9A841;
}
</style>
background-color css
<style>
a { background-color: #B9A841; }
a { background-color: rgb(185,168,65); }
div.DivClassName
{
background-color: #B9A841;
}
.BgClassName
{
background-color: #B9A841;
}
</style>
border-color css
<style>
span { border-color: #B9A841; }
span { border-color: rgb(185,168,65); }
td.TdClassName
{
border-color: #B9A841;
}
.TagClassName
{
border-color: #B9A841;
}
</style>