Shades of Brass #B0A033
Tints of Brass #B0A033
RGB
CMYK
RGB Variations
Color information
#B0A033 (or 0xB0A033) is known color: Brass. HEX triplet: B0, A0 and 33. RGB value is (176,160,51). Sum of RGB (Red+Green+Blue) = 176+160+51=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A033 is #4F5FCC. Grayscale: #989898. Windows color (decimal): -5201869 or 3383472. OLE color: 3383472.
HSL color Cylindrical-coordinate representation of color #B0A033: hue angle of 52.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0A033 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 51 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.31 |
| HSL | 52.32º | 0.55% | 0.45% | - |
| HSV(B) | 52.32º | 0.71% | 0.69% | - |
| XYZ | 31.07 | 34.61 | 8.17 | - |
| YUV | 152.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 51 | 0 | 0.09 | 0.71 | 0.31 | 52.32 | 0.55 | 0.45 |
| Hex | B0 | A0 | 33 | 0 | 9 | 47 | 1F | 34 | 37 | 2D |
| Octal | 260 | 240 | 63 | 0 | 11 | 107 | 37 | 64 | 67 | 55 |
| Binary | 10110000 | 10100000 | 110011 | 0 | 1001 | 1000111 | 11111 | 110100 | 110111 | 101101 |
Color Harmonies of #B0A033
Complementary color
Monochromatic Colors of #B0A033
Black with #B0A033
Text Example
Text Example
White with #B0A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A033; }
p { color: rgb(176,160,51); }
H1.HeaderClassName
{
color: #B0A033;
}
.AnyTagClassName
{
color: #B0A033;
}
</style>
background-color css
<style>
a { background-color: #B0A033; }
a { background-color: rgb(176,160,51); }
div.DivClassName
{
background-color: #B0A033;
}
.BgClassName
{
background-color: #B0A033;
}
</style>
border-color css
<style>
span { border-color: #B0A033; }
span { border-color: rgb(176,160,51); }
td.TdClassName
{
border-color: #B0A033;
}
.TagClassName
{
border-color: #B0A033;
}
</style>