Shades of Brass #B0AB4A
Tints of Brass #B0AB4A
RGB
CMYK
RGB Variations
Color information
#B0AB4A (or 0xB0AB4A) is known color: Brass. HEX triplet: B0, AB and 4A. RGB value is (176,171,74). Sum of RGB (Red+Green+Blue) = 176+171+74=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB4A is #4F54B5. Grayscale: #A1A1A1. Windows color (decimal): -5199030 or 4893616. OLE color: 4893616.
HSL color Cylindrical-coordinate representation of color #B0AB4A: hue angle of 57.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0AB4A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 74 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.31 |
| HSL | 57.06º | 0.41% | 0.49% | - |
| HSV(B) | 57.06º | 0.58% | 0.69% | - |
| XYZ | 33.7 | 38.85 | 12.2 | - |
| YUV | 161.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 74 | 0 | 0.03 | 0.58 | 0.31 | 57.06 | 0.41 | 0.49 |
| Hex | B0 | AB | 4A | 0 | 3 | 3A | 1F | 39 | 29 | 31 |
| Octal | 260 | 253 | 112 | 0 | 3 | 72 | 37 | 71 | 51 | 61 |
| Binary | 10110000 | 10101011 | 1001010 | 0 | 11 | 111010 | 11111 | 111001 | 101001 | 110001 |
Color Harmonies of #B0AB4A
Complementary color
Monochromatic Colors of #B0AB4A
Black with #B0AB4A
Text Example
Text Example
White with #B0AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB4A; }
p { color: rgb(176,171,74); }
H1.HeaderClassName
{
color: #B0AB4A;
}
.AnyTagClassName
{
color: #B0AB4A;
}
</style>
background-color css
<style>
a { background-color: #B0AB4A; }
a { background-color: rgb(176,171,74); }
div.DivClassName
{
background-color: #B0AB4A;
}
.BgClassName
{
background-color: #B0AB4A;
}
</style>
border-color css
<style>
span { border-color: #B0AB4A; }
span { border-color: rgb(176,171,74); }
td.TdClassName
{
border-color: #B0AB4A;
}
.TagClassName
{
border-color: #B0AB4A;
}
</style>