Shades of Brass #B9AD36
Tints of Brass #B9AD36
RGB
CMYK
RGB Variations
Color information
#B9AD36 (or 0xB9AD36) is known color: Brass. HEX triplet: B9, AD and 36. RGB value is (185,173,54). Sum of RGB (Red+Green+Blue) = 185+173+54=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD36 is #4652C9. Grayscale: #A3A3A3. Windows color (decimal): -4608714 or 3583417. OLE color: 3583417.
HSL color Cylindrical-coordinate representation of color #B9AD36: hue angle of 54.5º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9AD36 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 54 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.27 |
| HSL | 54.5º | 0.55% | 0.47% | - |
| HSV(B) | 54.5º | 0.71% | 0.73% | - |
| XYZ | 35.62 | 40.47 | 9.42 | - |
| YUV | 163.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 54 | 0 | 0.06 | 0.71 | 0.27 | 54.5 | 0.55 | 0.47 |
| Hex | B9 | AD | 36 | 0 | 6 | 47 | 1B | 37 | 37 | 2F |
| Octal | 271 | 255 | 66 | 0 | 6 | 107 | 33 | 67 | 67 | 57 |
| Binary | 10111001 | 10101101 | 110110 | 0 | 110 | 1000111 | 11011 | 110111 | 110111 | 101111 |
Color Harmonies of #B9AD36
Complementary color
Monochromatic Colors of #B9AD36
Black with #B9AD36
Text Example
Text Example
White with #B9AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD36; }
p { color: rgb(185,173,54); }
H1.HeaderClassName
{
color: #B9AD36;
}
.AnyTagClassName
{
color: #B9AD36;
}
</style>
background-color css
<style>
a { background-color: #B9AD36; }
a { background-color: rgb(185,173,54); }
div.DivClassName
{
background-color: #B9AD36;
}
.BgClassName
{
background-color: #B9AD36;
}
</style>
border-color css
<style>
span { border-color: #B9AD36; }
span { border-color: rgb(185,173,54); }
td.TdClassName
{
border-color: #B9AD36;
}
.TagClassName
{
border-color: #B9AD36;
}
</style>