Shades of Brass #B8A13F
Tints of Brass #B8A13F
RGB
CMYK
RGB Variations
Color information
#B8A13F (or 0xB8A13F) is known color: Brass. HEX triplet: B8, A1 and 3F. RGB value is (184,161,63). Sum of RGB (Red+Green+Blue) = 184+161+63=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A13F is #475EC0. Grayscale: #9D9D9D. Windows color (decimal): -4677313 or 4170168. OLE color: 4170168.
HSL color Cylindrical-coordinate representation of color #B8A13F: hue angle of 48.6º degrees, saturation: 0.49, 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 #B8A13F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 63 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.28 |
| HSL | 48.6º | 0.49% | 0.48% | - |
| HSV(B) | 48.6º | 0.66% | 0.72% | - |
| XYZ | 33.41 | 36.04 | 9.9 | - |
| YUV | 156.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 63 | 0 | 0.12 | 0.66 | 0.28 | 48.6 | 0.49 | 0.48 |
| Hex | B8 | A1 | 3F | 0 | C | 42 | 1C | 31 | 31 | 30 |
| Octal | 270 | 241 | 77 | 0 | 14 | 102 | 34 | 61 | 61 | 60 |
| Binary | 10111000 | 10100001 | 111111 | 0 | 1100 | 1000010 | 11100 | 110001 | 110001 | 110000 |
Color Harmonies of #B8A13F
Complementary color
Monochromatic Colors of #B8A13F
Black with #B8A13F
Text Example
Text Example
White with #B8A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A13F; }
p { color: rgb(184,161,63); }
H1.HeaderClassName
{
color: #B8A13F;
}
.AnyTagClassName
{
color: #B8A13F;
}
</style>
background-color css
<style>
a { background-color: #B8A13F; }
a { background-color: rgb(184,161,63); }
div.DivClassName
{
background-color: #B8A13F;
}
.BgClassName
{
background-color: #B8A13F;
}
</style>
border-color css
<style>
span { border-color: #B8A13F; }
span { border-color: rgb(184,161,63); }
td.TdClassName
{
border-color: #B8A13F;
}
.TagClassName
{
border-color: #B8A13F;
}
</style>