Shades of Brass #B8AF4E
Tints of Brass #B8AF4E
RGB
CMYK
RGB Variations
Color information
#B8AF4E (or 0xB8AF4E) is known color: Brass. HEX triplet: B8, AF and 4E. RGB value is (184,175,78). Sum of RGB (Red+Green+Blue) = 184+175+78=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF4E is #4750B1. Grayscale: #A7A7A7. Windows color (decimal): -4673714 or 5156792. OLE color: 5156792.
HSL color Cylindrical-coordinate representation of color #B8AF4E: hue angle of 54.91º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8AF4E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 78 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.28 |
| HSL | 54.91º | 0.43% | 0.51% | - |
| HSV(B) | 54.91º | 0.58% | 0.72% | - |
| XYZ | 36.47 | 41.4 | 13.28 | - |
| YUV | 166.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 78 | 0 | 0.05 | 0.58 | 0.28 | 54.91 | 0.43 | 0.51 |
| Hex | B8 | AF | 4E | 0 | 5 | 3A | 1C | 37 | 2B | 33 |
| Octal | 270 | 257 | 116 | 0 | 5 | 72 | 34 | 67 | 53 | 63 |
| Binary | 10111000 | 10101111 | 1001110 | 0 | 101 | 111010 | 11100 | 110111 | 101011 | 110011 |
Color Harmonies of #B8AF4E
Complementary color
Monochromatic Colors of #B8AF4E
Black with #B8AF4E
Text Example
Text Example
White with #B8AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF4E; }
p { color: rgb(184,175,78); }
H1.HeaderClassName
{
color: #B8AF4E;
}
.AnyTagClassName
{
color: #B8AF4E;
}
</style>
background-color css
<style>
a { background-color: #B8AF4E; }
a { background-color: rgb(184,175,78); }
div.DivClassName
{
background-color: #B8AF4E;
}
.BgClassName
{
background-color: #B8AF4E;
}
</style>
border-color css
<style>
span { border-color: #B8AF4E; }
span { border-color: rgb(184,175,78); }
td.TdClassName
{
border-color: #B8AF4E;
}
.TagClassName
{
border-color: #B8AF4E;
}
</style>