Shades of Brass #B8B047
Tints of Brass #B8B047
RGB
CMYK
RGB Variations
Color information
#B8B047 (or 0xB8B047) is known color: Brass. HEX triplet: B8, B0 and 47. RGB value is (184,176,71). Sum of RGB (Red+Green+Blue) = 184+176+71=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B047 is #474FB8. Grayscale: #A6A6A6. Windows color (decimal): -4673465 or 4698296. OLE color: 4698296.
HSL color Cylindrical-coordinate representation of color #B8B047: hue angle of 55.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8B047 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 71 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.28 |
| HSL | 55.75º | 0.44% | 0.5% | - |
| HSV(B) | 55.75º | 0.61% | 0.72% | - |
| XYZ | 36.43 | 41.7 | 12.09 | - |
| YUV | 166.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 71 | 0 | 0.04 | 0.61 | 0.28 | 55.75 | 0.44 | 0.5 |
| Hex | B8 | B0 | 47 | 0 | 4 | 3D | 1C | 38 | 2C | 32 |
| Octal | 270 | 260 | 107 | 0 | 4 | 75 | 34 | 70 | 54 | 62 |
| Binary | 10111000 | 10110000 | 1000111 | 0 | 100 | 111101 | 11100 | 111000 | 101100 | 110010 |
Color Harmonies of #B8B047
Complementary color
Monochromatic Colors of #B8B047
Black with #B8B047
Text Example
Text Example
White with #B8B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B047; }
p { color: rgb(184,176,71); }
H1.HeaderClassName
{
color: #B8B047;
}
.AnyTagClassName
{
color: #B8B047;
}
</style>
background-color css
<style>
a { background-color: #B8B047; }
a { background-color: rgb(184,176,71); }
div.DivClassName
{
background-color: #B8B047;
}
.BgClassName
{
background-color: #B8B047;
}
</style>
border-color css
<style>
span { border-color: #B8B047; }
span { border-color: rgb(184,176,71); }
td.TdClassName
{
border-color: #B8B047;
}
.TagClassName
{
border-color: #B8B047;
}
</style>