Shades of Brass #B8A23E
Tints of Brass #B8A23E
RGB
CMYK
RGB Variations
Color information
#B8A23E (or 0xB8A23E) is known color: Brass. HEX triplet: B8, A2 and 3E. RGB value is (184,162,62). Sum of RGB (Red+Green+Blue) = 184+162+62=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A23E is #475DC1. Grayscale: #9D9D9D. Windows color (decimal): -4677058 or 4104888. OLE color: 4104888.
HSL color Cylindrical-coordinate representation of color #B8A23E: hue angle of 49.18º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8A23E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 62 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.28 |
| HSL | 49.18º | 0.5% | 0.48% | - |
| HSV(B) | 49.18º | 0.66% | 0.72% | - |
| XYZ | 33.56 | 36.38 | 9.81 | - |
| YUV | 157.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 62 | 0 | 0.12 | 0.66 | 0.28 | 49.18 | 0.5 | 0.48 |
| Hex | B8 | A2 | 3E | 0 | C | 42 | 1C | 31 | 32 | 30 |
| Octal | 270 | 242 | 76 | 0 | 14 | 102 | 34 | 61 | 62 | 60 |
| Binary | 10111000 | 10100010 | 111110 | 0 | 1100 | 1000010 | 11100 | 110001 | 110010 | 110000 |
Color Harmonies of #B8A23E
Complementary color
Monochromatic Colors of #B8A23E
Black with #B8A23E
Text Example
Text Example
White with #B8A23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A23E; }
p { color: rgb(184,162,62); }
H1.HeaderClassName
{
color: #B8A23E;
}
.AnyTagClassName
{
color: #B8A23E;
}
</style>
background-color css
<style>
a { background-color: #B8A23E; }
a { background-color: rgb(184,162,62); }
div.DivClassName
{
background-color: #B8A23E;
}
.BgClassName
{
background-color: #B8A23E;
}
</style>
border-color css
<style>
span { border-color: #B8A23E; }
span { border-color: rgb(184,162,62); }
td.TdClassName
{
border-color: #B8A23E;
}
.TagClassName
{
border-color: #B8A23E;
}
</style>