Shades of Brass #B8A03D
Tints of Brass #B8A03D
RGB
CMYK
RGB Variations
Color information
#B8A03D (or 0xB8A03D) is known color: Brass. HEX triplet: B8, A0 and 3D. RGB value is (184,160,61). Sum of RGB (Red+Green+Blue) = 184+160+61=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A03D is #475FC2. Grayscale: #9C9C9C. Windows color (decimal): -4677571 or 4038840. OLE color: 4038840.
HSL color Cylindrical-coordinate representation of color #B8A03D: hue angle of 48.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8A03D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 61 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.28 |
| HSL | 48.29º | 0.5% | 0.48% | - |
| HSV(B) | 48.29º | 0.67% | 0.72% | - |
| XYZ | 33.18 | 35.67 | 9.55 | - |
| YUV | 155.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 61 | 0 | 0.13 | 0.67 | 0.28 | 48.29 | 0.5 | 0.48 |
| Hex | B8 | A0 | 3D | 0 | D | 43 | 1C | 30 | 32 | 30 |
| Octal | 270 | 240 | 75 | 0 | 15 | 103 | 34 | 60 | 62 | 60 |
| Binary | 10111000 | 10100000 | 111101 | 0 | 1101 | 1000011 | 11100 | 110000 | 110010 | 110000 |
Color Harmonies of #B8A03D
Complementary color
Monochromatic Colors of #B8A03D
Black with #B8A03D
Text Example
Text Example
White with #B8A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A03D; }
p { color: rgb(184,160,61); }
H1.HeaderClassName
{
color: #B8A03D;
}
.AnyTagClassName
{
color: #B8A03D;
}
</style>
background-color css
<style>
a { background-color: #B8A03D; }
a { background-color: rgb(184,160,61); }
div.DivClassName
{
background-color: #B8A03D;
}
.BgClassName
{
background-color: #B8A03D;
}
</style>
border-color css
<style>
span { border-color: #B8A03D; }
span { border-color: rgb(184,160,61); }
td.TdClassName
{
border-color: #B8A03D;
}
.TagClassName
{
border-color: #B8A03D;
}
</style>