Shades of Brass #B9AD3E
Tints of Brass #B9AD3E
RGB
CMYK
RGB Variations
Color information
#B9AD3E (or 0xB9AD3E) is known color: Brass. HEX triplet: B9, AD and 3E. RGB value is (185,173,62). Sum of RGB (Red+Green+Blue) = 185+173+62=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD3E is #4652C1. Grayscale: #A4A4A4. Windows color (decimal): -4608706 or 4107705. OLE color: 4107705.
HSL color Cylindrical-coordinate representation of color #B9AD3E: hue angle of 54.15º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9AD3E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 62 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.27 |
| HSL | 54.15º | 0.5% | 0.48% | - |
| HSV(B) | 54.15º | 0.66% | 0.73% | - |
| XYZ | 35.82 | 40.55 | 10.5 | - |
| YUV | 163.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 62 | 0 | 0.06 | 0.66 | 0.27 | 54.15 | 0.5 | 0.48 |
| Hex | B9 | AD | 3E | 0 | 6 | 42 | 1B | 36 | 32 | 30 |
| Octal | 271 | 255 | 76 | 0 | 6 | 102 | 33 | 66 | 62 | 60 |
| Binary | 10111001 | 10101101 | 111110 | 0 | 110 | 1000010 | 11011 | 110110 | 110010 | 110000 |
Color Harmonies of #B9AD3E
Complementary color
Monochromatic Colors of #B9AD3E
Black with #B9AD3E
Text Example
Text Example
White with #B9AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD3E; }
p { color: rgb(185,173,62); }
H1.HeaderClassName
{
color: #B9AD3E;
}
.AnyTagClassName
{
color: #B9AD3E;
}
</style>
background-color css
<style>
a { background-color: #B9AD3E; }
a { background-color: rgb(185,173,62); }
div.DivClassName
{
background-color: #B9AD3E;
}
.BgClassName
{
background-color: #B9AD3E;
}
</style>
border-color css
<style>
span { border-color: #B9AD3E; }
span { border-color: rgb(185,173,62); }
td.TdClassName
{
border-color: #B9AD3E;
}
.TagClassName
{
border-color: #B9AD3E;
}
</style>