Shades of Brass #B0AC4A
Tints of Brass #B0AC4A
RGB
CMYK
RGB Variations
Color information
#B0AC4A (or 0xB0AC4A) is known color: Brass. HEX triplet: B0, AC and 4A. RGB value is (176,172,74). Sum of RGB (Red+Green+Blue) = 176+172+74=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC4A is #4F53B5. Grayscale: #A2A2A2. Windows color (decimal): -5198774 or 4893872. OLE color: 4893872.
HSL color Cylindrical-coordinate representation of color #B0AC4A: hue angle of 57.65º 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 #B0AC4A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 74 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.31 |
| HSL | 57.65º | 0.41% | 0.49% | - |
| HSV(B) | 57.65º | 0.58% | 0.69% | - |
| XYZ | 33.89 | 39.23 | 12.26 | - |
| YUV | 162.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 74 | 0 | 0.02 | 0.58 | 0.31 | 57.65 | 0.41 | 0.49 |
| Hex | B0 | AC | 4A | 0 | 2 | 3A | 1F | 3A | 29 | 31 |
| Octal | 260 | 254 | 112 | 0 | 2 | 72 | 37 | 72 | 51 | 61 |
| Binary | 10110000 | 10101100 | 1001010 | 0 | 10 | 111010 | 11111 | 111010 | 101001 | 110001 |
Color Harmonies of #B0AC4A
Complementary color
Monochromatic Colors of #B0AC4A
Black with #B0AC4A
Text Example
Text Example
White with #B0AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC4A; }
p { color: rgb(176,172,74); }
H1.HeaderClassName
{
color: #B0AC4A;
}
.AnyTagClassName
{
color: #B0AC4A;
}
</style>
background-color css
<style>
a { background-color: #B0AC4A; }
a { background-color: rgb(176,172,74); }
div.DivClassName
{
background-color: #B0AC4A;
}
.BgClassName
{
background-color: #B0AC4A;
}
</style>
border-color css
<style>
span { border-color: #B0AC4A; }
span { border-color: rgb(176,172,74); }
td.TdClassName
{
border-color: #B0AC4A;
}
.TagClassName
{
border-color: #B0AC4A;
}
</style>