Shades of Brass #B8AC40
Tints of Brass #B8AC40
RGB
CMYK
RGB Variations
Color information
#B8AC40 (or 0xB8AC40) is known color: Brass. HEX triplet: B8, AC and 40. RGB value is (184,172,64). Sum of RGB (Red+Green+Blue) = 184+172+64=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC40 is #4753BF. Grayscale: #A3A3A3. Windows color (decimal): -4674496 or 4238520. OLE color: 4238520.
HSL color Cylindrical-coordinate representation of color #B8AC40: hue angle of 54º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8AC40 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 64 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.28 |
| HSL | 54º | 0.48% | 0.49% | - |
| HSV(B) | 54º | 0.65% | 0.72% | - |
| XYZ | 35.45 | 40.07 | 10.72 | - |
| YUV | 163.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 64 | 0 | 0.07 | 0.65 | 0.28 | 54 | 0.48 | 0.49 |
| Hex | B8 | AC | 40 | 0 | 7 | 41 | 1C | 36 | 30 | 31 |
| Octal | 270 | 254 | 100 | 0 | 7 | 101 | 34 | 66 | 60 | 61 |
| Binary | 10111000 | 10101100 | 1000000 | 0 | 111 | 1000001 | 11100 | 110110 | 110000 | 110001 |
Color Harmonies of #B8AC40
Complementary color
Monochromatic Colors of #B8AC40
Black with #B8AC40
Text Example
Text Example
White with #B8AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC40; }
p { color: rgb(184,172,64); }
H1.HeaderClassName
{
color: #B8AC40;
}
.AnyTagClassName
{
color: #B8AC40;
}
</style>
background-color css
<style>
a { background-color: #B8AC40; }
a { background-color: rgb(184,172,64); }
div.DivClassName
{
background-color: #B8AC40;
}
.BgClassName
{
background-color: #B8AC40;
}
</style>
border-color css
<style>
span { border-color: #B8AC40; }
span { border-color: rgb(184,172,64); }
td.TdClassName
{
border-color: #B8AC40;
}
.TagClassName
{
border-color: #B8AC40;
}
</style>