Shades of Brass #B8A446
Tints of Brass #B8A446
RGB
CMYK
RGB Variations
Color information
#B8A446 (or 0xB8A446) is known color: Brass. HEX triplet: B8, A4 and 46. RGB value is (184,164,70). Sum of RGB (Red+Green+Blue) = 184+164+70=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A446 is #475BB9. Grayscale: #9F9F9F. Windows color (decimal): -4676538 or 4629688. OLE color: 4629688.
HSL color Cylindrical-coordinate representation of color #B8A446: hue angle of 49.47º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8A446 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 70 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.28 |
| HSL | 49.47º | 0.45% | 0.5% | - |
| HSV(B) | 49.47º | 0.62% | 0.72% | - |
| XYZ | 34.15 | 37.18 | 11.17 | - |
| YUV | 159.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 70 | 0 | 0.11 | 0.62 | 0.28 | 49.47 | 0.45 | 0.5 |
| Hex | B8 | A4 | 46 | 0 | B | 3E | 1C | 31 | 2D | 32 |
| Octal | 270 | 244 | 106 | 0 | 13 | 76 | 34 | 61 | 55 | 62 |
| Binary | 10111000 | 10100100 | 1000110 | 0 | 1011 | 111110 | 11100 | 110001 | 101101 | 110010 |
Color Harmonies of #B8A446
Complementary color
Monochromatic Colors of #B8A446
Black with #B8A446
Text Example
Text Example
White with #B8A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A446; }
p { color: rgb(184,164,70); }
H1.HeaderClassName
{
color: #B8A446;
}
.AnyTagClassName
{
color: #B8A446;
}
</style>
background-color css
<style>
a { background-color: #B8A446; }
a { background-color: rgb(184,164,70); }
div.DivClassName
{
background-color: #B8A446;
}
.BgClassName
{
background-color: #B8A446;
}
</style>
border-color css
<style>
span { border-color: #B8A446; }
span { border-color: rgb(184,164,70); }
td.TdClassName
{
border-color: #B8A446;
}
.TagClassName
{
border-color: #B8A446;
}
</style>