Shades of Brass #B8AF38
Tints of Brass #B8AF38
RGB
CMYK
RGB Variations
Color information
#B8AF38 (or 0xB8AF38) is known color: Brass. HEX triplet: B8, AF and 38. RGB value is (184,175,56). Sum of RGB (Red+Green+Blue) = 184+175+56=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF38 is #4750C7. Grayscale: #A4A4A4. Windows color (decimal): -4673736 or 3715000. OLE color: 3715000.
HSL color Cylindrical-coordinate representation of color #B8AF38: hue angle of 55.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8AF38 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 56 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.28 |
| HSL | 55.78º | 0.53% | 0.47% | - |
| HSV(B) | 55.78º | 0.7% | 0.72% | - |
| XYZ | 35.81 | 41.14 | 9.79 | - |
| YUV | 164.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 56 | 0 | 0.05 | 0.70 | 0.28 | 55.78 | 0.53 | 0.47 |
| Hex | B8 | AF | 38 | 0 | 5 | 46 | 1C | 38 | 35 | 2F |
| Octal | 270 | 257 | 70 | 0 | 5 | 106 | 34 | 70 | 65 | 57 |
| Binary | 10111000 | 10101111 | 111000 | 0 | 101 | 1000110 | 11100 | 111000 | 110101 | 101111 |
Color Harmonies of #B8AF38
Complementary color
Monochromatic Colors of #B8AF38
Black with #B8AF38
Text Example
Text Example
White with #B8AF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF38; }
p { color: rgb(184,175,56); }
H1.HeaderClassName
{
color: #B8AF38;
}
.AnyTagClassName
{
color: #B8AF38;
}
</style>
background-color css
<style>
a { background-color: #B8AF38; }
a { background-color: rgb(184,175,56); }
div.DivClassName
{
background-color: #B8AF38;
}
.BgClassName
{
background-color: #B8AF38;
}
</style>
border-color css
<style>
span { border-color: #B8AF38; }
span { border-color: rgb(184,175,56); }
td.TdClassName
{
border-color: #B8AF38;
}
.TagClassName
{
border-color: #B8AF38;
}
</style>