Shades of Brass #B8A745
Tints of Brass #B8A745
RGB
CMYK
RGB Variations
Color information
#B8A745 (or 0xB8A745) is known color: Brass. HEX triplet: B8, A7 and 45. RGB value is (184,167,69). Sum of RGB (Red+Green+Blue) = 184+167+69=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A745 is #4758BA. Grayscale: #A1A1A1. Windows color (decimal): -4675771 or 4564920. OLE color: 4564920.
HSL color Cylindrical-coordinate representation of color #B8A745: hue angle of 51.13º 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 #B8A745 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 69 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.28 |
| HSL | 51.13º | 0.45% | 0.5% | - |
| HSV(B) | 51.13º | 0.63% | 0.72% | - |
| XYZ | 34.66 | 38.26 | 11.19 | - |
| YUV | 160.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 69 | 0 | 0.09 | 0.62 | 0.28 | 51.13 | 0.45 | 0.5 |
| Hex | B8 | A7 | 45 | 0 | 9 | 3E | 1C | 33 | 2D | 32 |
| Octal | 270 | 247 | 105 | 0 | 11 | 76 | 34 | 63 | 55 | 62 |
| Binary | 10111000 | 10100111 | 1000101 | 0 | 1001 | 111110 | 11100 | 110011 | 101101 | 110010 |
Color Harmonies of #B8A745
Complementary color
Monochromatic Colors of #B8A745
Black with #B8A745
Text Example
Text Example
White with #B8A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A745; }
p { color: rgb(184,167,69); }
H1.HeaderClassName
{
color: #B8A745;
}
.AnyTagClassName
{
color: #B8A745;
}
</style>
background-color css
<style>
a { background-color: #B8A745; }
a { background-color: rgb(184,167,69); }
div.DivClassName
{
background-color: #B8A745;
}
.BgClassName
{
background-color: #B8A745;
}
</style>
border-color css
<style>
span { border-color: #B8A745; }
span { border-color: rgb(184,167,69); }
td.TdClassName
{
border-color: #B8A745;
}
.TagClassName
{
border-color: #B8A745;
}
</style>