Shades of Brass #B8AF39
Tints of Brass #B8AF39
RGB
CMYK
RGB Variations
Color information
#B8AF39 (or 0xB8AF39) is known color: Brass. HEX triplet: B8, AF and 39. RGB value is (184,175,57). Sum of RGB (Red+Green+Blue) = 184+175+57=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF39 is #4750C6. Grayscale: #A4A4A4. Windows color (decimal): -4673735 or 3780536. OLE color: 3780536.
HSL color Cylindrical-coordinate representation of color #B8AF39: hue angle of 55.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8AF39 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 57 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.28 |
| HSL | 55.75º | 0.53% | 0.47% | - |
| HSV(B) | 55.75º | 0.69% | 0.72% | - |
| XYZ | 35.84 | 41.15 | 9.92 | - |
| YUV | 164.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 57 | 0 | 0.05 | 0.69 | 0.28 | 55.75 | 0.53 | 0.47 |
| Hex | B8 | AF | 39 | 0 | 5 | 45 | 1C | 38 | 35 | 2F |
| Octal | 270 | 257 | 71 | 0 | 5 | 105 | 34 | 70 | 65 | 57 |
| Binary | 10111000 | 10101111 | 111001 | 0 | 101 | 1000101 | 11100 | 111000 | 110101 | 101111 |
Color Harmonies of #B8AF39
Complementary color
Monochromatic Colors of #B8AF39
Black with #B8AF39
Text Example
Text Example
White with #B8AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF39; }
p { color: rgb(184,175,57); }
H1.HeaderClassName
{
color: #B8AF39;
}
.AnyTagClassName
{
color: #B8AF39;
}
</style>
background-color css
<style>
a { background-color: #B8AF39; }
a { background-color: rgb(184,175,57); }
div.DivClassName
{
background-color: #B8AF39;
}
.BgClassName
{
background-color: #B8AF39;
}
</style>
border-color css
<style>
span { border-color: #B8AF39; }
span { border-color: rgb(184,175,57); }
td.TdClassName
{
border-color: #B8AF39;
}
.TagClassName
{
border-color: #B8AF39;
}
</style>