Shades of Brass #B9AD41
Tints of Brass #B9AD41
RGB
CMYK
RGB Variations
Color information
#B9AD41 (or 0xB9AD41) is known color: Brass. HEX triplet: B9, AD and 41. RGB value is (185,173,65). Sum of RGB (Red+Green+Blue) = 185+173+65=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD41 is #4652BE. Grayscale: #A4A4A4. Windows color (decimal): -4608703 or 4304313. OLE color: 4304313.
HSL color Cylindrical-coordinate representation of color #B9AD41: hue angle of 54º 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 #B9AD41 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 65 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.27 |
| HSL | 54º | 0.48% | 0.49% | - |
| HSV(B) | 54º | 0.65% | 0.73% | - |
| XYZ | 35.91 | 40.58 | 10.94 | - |
| YUV | 164.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 65 | 0 | 0.06 | 0.65 | 0.27 | 54 | 0.48 | 0.49 |
| Hex | B9 | AD | 41 | 0 | 6 | 41 | 1B | 36 | 30 | 31 |
| Octal | 271 | 255 | 101 | 0 | 6 | 101 | 33 | 66 | 60 | 61 |
| Binary | 10111001 | 10101101 | 1000001 | 0 | 110 | 1000001 | 11011 | 110110 | 110000 | 110001 |
Color Harmonies of #B9AD41
Complementary color
Monochromatic Colors of #B9AD41
Black with #B9AD41
Text Example
Text Example
White with #B9AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD41; }
p { color: rgb(185,173,65); }
H1.HeaderClassName
{
color: #B9AD41;
}
.AnyTagClassName
{
color: #B9AD41;
}
</style>
background-color css
<style>
a { background-color: #B9AD41; }
a { background-color: rgb(185,173,65); }
div.DivClassName
{
background-color: #B9AD41;
}
.BgClassName
{
background-color: #B9AD41;
}
</style>
border-color css
<style>
span { border-color: #B9AD41; }
span { border-color: rgb(185,173,65); }
td.TdClassName
{
border-color: #B9AD41;
}
.TagClassName
{
border-color: #B9AD41;
}
</style>