Shades of Brass #B8A84E
Tints of Brass #B8A84E
RGB
CMYK
RGB Variations
Color information
#B8A84E (or 0xB8A84E) is known color: Brass. HEX triplet: B8, A8 and 4E. RGB value is (184,168,78). Sum of RGB (Red+Green+Blue) = 184+168+78=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A84E is #4757B1. Grayscale: #A2A2A2. Windows color (decimal): -4675506 or 5155000. OLE color: 5155000.
HSL color Cylindrical-coordinate representation of color #B8A84E: hue angle of 50.94º 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 #B8A84E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 78 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.28 |
| HSL | 50.94º | 0.43% | 0.51% | - |
| HSV(B) | 50.94º | 0.58% | 0.72% | - |
| XYZ | 35.14 | 38.75 | 12.83 | - |
| YUV | 162.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 78 | 0 | 0.09 | 0.58 | 0.28 | 50.94 | 0.43 | 0.51 |
| Hex | B8 | A8 | 4E | 0 | 9 | 3A | 1C | 33 | 2B | 33 |
| Octal | 270 | 250 | 116 | 0 | 11 | 72 | 34 | 63 | 53 | 63 |
| Binary | 10111000 | 10101000 | 1001110 | 0 | 1001 | 111010 | 11100 | 110011 | 101011 | 110011 |
Color Harmonies of #B8A84E
Complementary color
Monochromatic Colors of #B8A84E
Black with #B8A84E
Text Example
Text Example
White with #B8A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A84E; }
p { color: rgb(184,168,78); }
H1.HeaderClassName
{
color: #B8A84E;
}
.AnyTagClassName
{
color: #B8A84E;
}
</style>
background-color css
<style>
a { background-color: #B8A84E; }
a { background-color: rgb(184,168,78); }
div.DivClassName
{
background-color: #B8A84E;
}
.BgClassName
{
background-color: #B8A84E;
}
</style>
border-color css
<style>
span { border-color: #B8A84E; }
span { border-color: rgb(184,168,78); }
td.TdClassName
{
border-color: #B8A84E;
}
.TagClassName
{
border-color: #B8A84E;
}
</style>