Shades of Brass #B8AC4E
Tints of Brass #B8AC4E
RGB
CMYK
RGB Variations
Color information
#B8AC4E (or 0xB8AC4E) is known color: Brass. HEX triplet: B8, AC and 4E. RGB value is (184,172,78). Sum of RGB (Red+Green+Blue) = 184+172+78=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC4E is #4753B1. Grayscale: #A5A5A5. Windows color (decimal): -4674482 or 5156024. OLE color: 5156024.
HSL color Cylindrical-coordinate representation of color #B8AC4E: hue angle of 53.21º 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 #B8AC4E is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 78 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.28 |
| HSL | 53.21º | 0.43% | 0.51% | - |
| HSV(B) | 53.21º | 0.58% | 0.72% | - |
| XYZ | 35.89 | 40.25 | 13.08 | - |
| YUV | 164.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 78 | 0 | 0.07 | 0.58 | 0.28 | 53.21 | 0.43 | 0.51 |
| Hex | B8 | AC | 4E | 0 | 7 | 3A | 1C | 35 | 2B | 33 |
| Octal | 270 | 254 | 116 | 0 | 7 | 72 | 34 | 65 | 53 | 63 |
| Binary | 10111000 | 10101100 | 1001110 | 0 | 111 | 111010 | 11100 | 110101 | 101011 | 110011 |
Color Harmonies of #B8AC4E
Complementary color
Monochromatic Colors of #B8AC4E
Black with #B8AC4E
Text Example
Text Example
White with #B8AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC4E; }
p { color: rgb(184,172,78); }
H1.HeaderClassName
{
color: #B8AC4E;
}
.AnyTagClassName
{
color: #B8AC4E;
}
</style>
background-color css
<style>
a { background-color: #B8AC4E; }
a { background-color: rgb(184,172,78); }
div.DivClassName
{
background-color: #B8AC4E;
}
.BgClassName
{
background-color: #B8AC4E;
}
</style>
border-color css
<style>
span { border-color: #B8AC4E; }
span { border-color: rgb(184,172,78); }
td.TdClassName
{
border-color: #B8AC4E;
}
.TagClassName
{
border-color: #B8AC4E;
}
</style>