Shades of Brass #B0A63F
Tints of Brass #B0A63F
RGB
CMYK
RGB Variations
Color information
#B0A63F (or 0xB0A63F) is known color: Brass. HEX triplet: B0, A6 and 3F. RGB value is (176,166,63). Sum of RGB (Red+Green+Blue) = 176+166+63=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A63F is #4F59C0. Grayscale: #9D9D9D. Windows color (decimal): -5200321 or 4171440. OLE color: 4171440.
HSL color Cylindrical-coordinate representation of color #B0A63F: hue angle of 54.69º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0A63F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 63 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.31 |
| HSL | 54.69º | 0.47% | 0.47% | - |
| HSV(B) | 54.69º | 0.64% | 0.69% | - |
| XYZ | 32.44 | 36.86 | 10.11 | - |
| YUV | 157.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 63 | 0 | 0.06 | 0.64 | 0.31 | 54.69 | 0.47 | 0.47 |
| Hex | B0 | A6 | 3F | 0 | 6 | 40 | 1F | 37 | 2F | 2F |
| Octal | 260 | 246 | 77 | 0 | 6 | 100 | 37 | 67 | 57 | 57 |
| Binary | 10110000 | 10100110 | 111111 | 0 | 110 | 1000000 | 11111 | 110111 | 101111 | 101111 |
Color Harmonies of #B0A63F
Complementary color
Monochromatic Colors of #B0A63F
Black with #B0A63F
Text Example
Text Example
White with #B0A63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A63F; }
p { color: rgb(176,166,63); }
H1.HeaderClassName
{
color: #B0A63F;
}
.AnyTagClassName
{
color: #B0A63F;
}
</style>
background-color css
<style>
a { background-color: #B0A63F; }
a { background-color: rgb(176,166,63); }
div.DivClassName
{
background-color: #B0A63F;
}
.BgClassName
{
background-color: #B0A63F;
}
</style>
border-color css
<style>
span { border-color: #B0A63F; }
span { border-color: rgb(176,166,63); }
td.TdClassName
{
border-color: #B0A63F;
}
.TagClassName
{
border-color: #B0A63F;
}
</style>