Shades of Brass #B9AF3E
Tints of Brass #B9AF3E
RGB
CMYK
RGB Variations
Color information
#B9AF3E (or 0xB9AF3E) is known color: Brass. HEX triplet: B9, AF and 3E. RGB value is (185,175,62). Sum of RGB (Red+Green+Blue) = 185+175+62=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF3E is #4650C1. Grayscale: #A5A5A5. Windows color (decimal): -4608194 or 4108217. OLE color: 4108217.
HSL color Cylindrical-coordinate representation of color #B9AF3E: hue angle of 55.12º 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 #B9AF3E is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 62 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.27 |
| HSL | 55.12º | 0.5% | 0.48% | - |
| HSV(B) | 55.12º | 0.66% | 0.73% | - |
| XYZ | 36.21 | 41.32 | 10.63 | - |
| YUV | 165.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 62 | 0 | 0.05 | 0.66 | 0.27 | 55.12 | 0.5 | 0.48 |
| Hex | B9 | AF | 3E | 0 | 5 | 42 | 1B | 37 | 32 | 30 |
| Octal | 271 | 257 | 76 | 0 | 5 | 102 | 33 | 67 | 62 | 60 |
| Binary | 10111001 | 10101111 | 111110 | 0 | 101 | 1000010 | 11011 | 110111 | 110010 | 110000 |
Color Harmonies of #B9AF3E
Complementary color
Monochromatic Colors of #B9AF3E
Black with #B9AF3E
Text Example
Text Example
White with #B9AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF3E; }
p { color: rgb(185,175,62); }
H1.HeaderClassName
{
color: #B9AF3E;
}
.AnyTagClassName
{
color: #B9AF3E;
}
</style>
background-color css
<style>
a { background-color: #B9AF3E; }
a { background-color: rgb(185,175,62); }
div.DivClassName
{
background-color: #B9AF3E;
}
.BgClassName
{
background-color: #B9AF3E;
}
</style>
border-color css
<style>
span { border-color: #B9AF3E; }
span { border-color: rgb(185,175,62); }
td.TdClassName
{
border-color: #B9AF3E;
}
.TagClassName
{
border-color: #B9AF3E;
}
</style>