Shades of Brass #B8A449
Tints of Brass #B8A449
RGB
CMYK
RGB Variations
Color information
#B8A449 (or 0xB8A449) is known color: Brass. HEX triplet: B8, A4 and 49. RGB value is (184,164,73). Sum of RGB (Red+Green+Blue) = 184+164+73=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A449 is #475BB6. Grayscale: #9F9F9F. Windows color (decimal): -4676535 or 4826296. OLE color: 4826296.
HSL color Cylindrical-coordinate representation of color #B8A449: hue angle of 49.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8A449 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 73 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.28 |
| HSL | 49.19º | 0.44% | 0.5% | - |
| HSV(B) | 49.19º | 0.6% | 0.72% | - |
| XYZ | 34.25 | 37.22 | 11.68 | - |
| YUV | 159.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 73 | 0 | 0.11 | 0.60 | 0.28 | 49.19 | 0.44 | 0.5 |
| Hex | B8 | A4 | 49 | 0 | B | 3C | 1C | 31 | 2C | 32 |
| Octal | 270 | 244 | 111 | 0 | 13 | 74 | 34 | 61 | 54 | 62 |
| Binary | 10111000 | 10100100 | 1001001 | 0 | 1011 | 111100 | 11100 | 110001 | 101100 | 110010 |
Color Harmonies of #B8A449
Complementary color
Monochromatic Colors of #B8A449
Black with #B8A449
Text Example
Text Example
White with #B8A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A449; }
p { color: rgb(184,164,73); }
H1.HeaderClassName
{
color: #B8A449;
}
.AnyTagClassName
{
color: #B8A449;
}
</style>
background-color css
<style>
a { background-color: #B8A449; }
a { background-color: rgb(184,164,73); }
div.DivClassName
{
background-color: #B8A449;
}
.BgClassName
{
background-color: #B8A449;
}
</style>
border-color css
<style>
span { border-color: #B8A449; }
span { border-color: rgb(184,164,73); }
td.TdClassName
{
border-color: #B8A449;
}
.TagClassName
{
border-color: #B8A449;
}
</style>