Shades of Brass #B0AB41
Tints of Brass #B0AB41
RGB
CMYK
RGB Variations
Color information
#B0AB41 (or 0xB0AB41) is known color: Brass. HEX triplet: B0, AB and 41. RGB value is (176,171,65). Sum of RGB (Red+Green+Blue) = 176+171+65=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB41 is #4F54BE. Grayscale: #A0A0A0. Windows color (decimal): -5199039 or 4303792. OLE color: 4303792.
HSL color Cylindrical-coordinate representation of color #B0AB41: hue angle of 57.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0AB41 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 65 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.31 |
| HSL | 57.3º | 0.46% | 0.47% | - |
| HSV(B) | 57.3º | 0.63% | 0.69% | - |
| XYZ | 33.42 | 38.74 | 10.72 | - |
| YUV | 160.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 65 | 0 | 0.03 | 0.63 | 0.31 | 57.3 | 0.46 | 0.47 |
| Hex | B0 | AB | 41 | 0 | 3 | 3F | 1F | 39 | 2E | 2F |
| Octal | 260 | 253 | 101 | 0 | 3 | 77 | 37 | 71 | 56 | 57 |
| Binary | 10110000 | 10101011 | 1000001 | 0 | 11 | 111111 | 11111 | 111001 | 101110 | 101111 |
Color Harmonies of #B0AB41
Complementary color
Monochromatic Colors of #B0AB41
Black with #B0AB41
Text Example
Text Example
White with #B0AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB41; }
p { color: rgb(176,171,65); }
H1.HeaderClassName
{
color: #B0AB41;
}
.AnyTagClassName
{
color: #B0AB41;
}
</style>
background-color css
<style>
a { background-color: #B0AB41; }
a { background-color: rgb(176,171,65); }
div.DivClassName
{
background-color: #B0AB41;
}
.BgClassName
{
background-color: #B0AB41;
}
</style>
border-color css
<style>
span { border-color: #B0AB41; }
span { border-color: rgb(176,171,65); }
td.TdClassName
{
border-color: #B0AB41;
}
.TagClassName
{
border-color: #B0AB41;
}
</style>