Shades of Brass #B0A844
Tints of Brass #B0A844
RGB
CMYK
RGB Variations
Color information
#B0A844 (or 0xB0A844) is known color: Brass. HEX triplet: B0, A8 and 44. RGB value is (176,168,68). Sum of RGB (Red+Green+Blue) = 176+168+68=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A844 is #4F57BB. Grayscale: #9F9F9F. Windows color (decimal): -5199804 or 4499632. OLE color: 4499632.
HSL color Cylindrical-coordinate representation of color #B0A844: hue angle of 55.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0A844 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 68 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.31 |
| HSL | 55.56º | 0.44% | 0.48% | - |
| HSV(B) | 55.56º | 0.61% | 0.69% | - |
| XYZ | 32.95 | 37.65 | 11 | - |
| YUV | 158.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 68 | 0 | 0.05 | 0.61 | 0.31 | 55.56 | 0.44 | 0.48 |
| Hex | B0 | A8 | 44 | 0 | 5 | 3D | 1F | 38 | 2C | 30 |
| Octal | 260 | 250 | 104 | 0 | 5 | 75 | 37 | 70 | 54 | 60 |
| Binary | 10110000 | 10101000 | 1000100 | 0 | 101 | 111101 | 11111 | 111000 | 101100 | 110000 |
Color Harmonies of #B0A844
Complementary color
Monochromatic Colors of #B0A844
Black with #B0A844
Text Example
Text Example
White with #B0A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A844; }
p { color: rgb(176,168,68); }
H1.HeaderClassName
{
color: #B0A844;
}
.AnyTagClassName
{
color: #B0A844;
}
</style>
background-color css
<style>
a { background-color: #B0A844; }
a { background-color: rgb(176,168,68); }
div.DivClassName
{
background-color: #B0A844;
}
.BgClassName
{
background-color: #B0A844;
}
</style>
border-color css
<style>
span { border-color: #B0A844; }
span { border-color: rgb(176,168,68); }
td.TdClassName
{
border-color: #B0A844;
}
.TagClassName
{
border-color: #B0A844;
}
</style>