Shades of Brass #B0B044
Tints of Brass #B0B044
RGB
CMYK
RGB Variations
Color information
#B0B044 (or 0xB0B044) is known color: Brass. HEX triplet: B0, B0 and 44. RGB value is (176,176,68). Sum of RGB (Red+Green+Blue) = 176+176+68=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B044 is #4F4FBB. Grayscale: #A4A4A4. Windows color (decimal): -5197756 or 4501680. OLE color: 4501680.
HSL color Cylindrical-coordinate representation of color #B0B044: hue angle of 60º 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 #B0B044 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 68 | - |
| CMYK | 0 | 0 | 0.61 | 0.31 |
| HSL | 60º | 0.44% | 0.48% | - |
| HSV(B) | 60º | 0.61% | 0.69% | - |
| XYZ | 34.47 | 40.7 | 11.51 | - |
| YUV | 163.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 68 | 0 | 0 | 0.61 | 0.31 | 60 | 0.44 | 0.48 |
| Hex | B0 | B0 | 44 | 0 | 0 | 3D | 1F | 3C | 2C | 30 |
| Octal | 260 | 260 | 104 | 0 | 0 | 75 | 37 | 74 | 54 | 60 |
| Binary | 10110000 | 10110000 | 1000100 | 0 | 0 | 111101 | 11111 | 111100 | 101100 | 110000 |
Color Harmonies of #B0B044
Complementary color
Monochromatic Colors of #B0B044
Black with #B0B044
Text Example
Text Example
White with #B0B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B044; }
p { color: rgb(176,176,68); }
H1.HeaderClassName
{
color: #B0B044;
}
.AnyTagClassName
{
color: #B0B044;
}
</style>
background-color css
<style>
a { background-color: #B0B044; }
a { background-color: rgb(176,176,68); }
div.DivClassName
{
background-color: #B0B044;
}
.BgClassName
{
background-color: #B0B044;
}
</style>
border-color css
<style>
span { border-color: #B0B044; }
span { border-color: rgb(176,176,68); }
td.TdClassName
{
border-color: #B0B044;
}
.TagClassName
{
border-color: #B0B044;
}
</style>