Shades of Brass #B8AC3E
Tints of Brass #B8AC3E
RGB
CMYK
RGB Variations
Color information
#B8AC3E (or 0xB8AC3E) is known color: Brass. HEX triplet: B8, AC and 3E. RGB value is (184,172,62). Sum of RGB (Red+Green+Blue) = 184+172+62=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC3E is #4753C1. Grayscale: #A3A3A3. Windows color (decimal): -4674498 or 4107448. OLE color: 4107448.
HSL color Cylindrical-coordinate representation of color #B8AC3E: hue angle of 54.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AC3E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 62 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.28 |
| HSL | 54.1º | 0.5% | 0.48% | - |
| HSV(B) | 54.1º | 0.66% | 0.72% | - |
| XYZ | 35.39 | 40.04 | 10.42 | - |
| YUV | 163.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 62 | 0 | 0.07 | 0.66 | 0.28 | 54.1 | 0.5 | 0.48 |
| Hex | B8 | AC | 3E | 0 | 7 | 42 | 1C | 36 | 32 | 30 |
| Octal | 270 | 254 | 76 | 0 | 7 | 102 | 34 | 66 | 62 | 60 |
| Binary | 10111000 | 10101100 | 111110 | 0 | 111 | 1000010 | 11100 | 110110 | 110010 | 110000 |
Color Harmonies of #B8AC3E
Complementary color
Monochromatic Colors of #B8AC3E
Black with #B8AC3E
Text Example
Text Example
White with #B8AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC3E; }
p { color: rgb(184,172,62); }
H1.HeaderClassName
{
color: #B8AC3E;
}
.AnyTagClassName
{
color: #B8AC3E;
}
</style>
background-color css
<style>
a { background-color: #B8AC3E; }
a { background-color: rgb(184,172,62); }
div.DivClassName
{
background-color: #B8AC3E;
}
.BgClassName
{
background-color: #B8AC3E;
}
</style>
border-color css
<style>
span { border-color: #B8AC3E; }
span { border-color: rgb(184,172,62); }
td.TdClassName
{
border-color: #B8AC3E;
}
.TagClassName
{
border-color: #B8AC3E;
}
</style>