Shades of Brass #B8AE3A
Tints of Brass #B8AE3A
RGB
CMYK
RGB Variations
Color information
#B8AE3A (or 0xB8AE3A) is known color: Brass. HEX triplet: B8, AE and 3A. RGB value is (184,174,58). Sum of RGB (Red+Green+Blue) = 184+174+58=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE3A is #4751C5. Grayscale: #A4A4A4. Windows color (decimal): -4673990 or 3845816. OLE color: 3845816.
HSL color Cylindrical-coordinate representation of color #B8AE3A: hue angle of 55.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8AE3A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 58 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.28 |
| HSL | 55.24º | 0.52% | 0.47% | - |
| HSV(B) | 55.24º | 0.68% | 0.72% | - |
| XYZ | 35.67 | 40.77 | 9.99 | - |
| YUV | 163.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 58 | 0 | 0.05 | 0.68 | 0.28 | 55.24 | 0.52 | 0.47 |
| Hex | B8 | AE | 3A | 0 | 5 | 44 | 1C | 37 | 34 | 2F |
| Octal | 270 | 256 | 72 | 0 | 5 | 104 | 34 | 67 | 64 | 57 |
| Binary | 10111000 | 10101110 | 111010 | 0 | 101 | 1000100 | 11100 | 110111 | 110100 | 101111 |
Color Harmonies of #B8AE3A
Complementary color
Monochromatic Colors of #B8AE3A
Black with #B8AE3A
Text Example
Text Example
White with #B8AE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AE3A; }
p { color: rgb(184,174,58); }
H1.HeaderClassName
{
color: #B8AE3A;
}
.AnyTagClassName
{
color: #B8AE3A;
}
</style>
background-color css
<style>
a { background-color: #B8AE3A; }
a { background-color: rgb(184,174,58); }
div.DivClassName
{
background-color: #B8AE3A;
}
.BgClassName
{
background-color: #B8AE3A;
}
</style>
border-color css
<style>
span { border-color: #B8AE3A; }
span { border-color: rgb(184,174,58); }
td.TdClassName
{
border-color: #B8AE3A;
}
.TagClassName
{
border-color: #B8AE3A;
}
</style>