Shades of Brass #B0AC32
Tints of Brass #B0AC32
RGB
CMYK
RGB Variations
Color information
#B0AC32 (or 0xB0AC32) is known color: Brass. HEX triplet: B0, AC and 32. RGB value is (176,172,50). Sum of RGB (Red+Green+Blue) = 176+172+50=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC32 is #4F53CD. Grayscale: #9F9F9F. Windows color (decimal): -5198798 or 3321008. OLE color: 3321008.
HSL color Cylindrical-coordinate representation of color #B0AC32: hue angle of 58.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0AC32 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 50 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.31 |
| HSL | 58.1º | 0.56% | 0.44% | - |
| HSV(B) | 58.1º | 0.72% | 0.69% | - |
| XYZ | 33.23 | 38.97 | 8.79 | - |
| YUV | 159.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 50 | 0 | 0.02 | 0.72 | 0.31 | 58.1 | 0.56 | 0.44 |
| Hex | B0 | AC | 32 | 0 | 2 | 48 | 1F | 3A | 38 | 2C |
| Octal | 260 | 254 | 62 | 0 | 2 | 110 | 37 | 72 | 70 | 54 |
| Binary | 10110000 | 10101100 | 110010 | 0 | 10 | 1001000 | 11111 | 111010 | 111000 | 101100 |
Color Harmonies of #B0AC32
Complementary color
Monochromatic Colors of #B0AC32
Black with #B0AC32
Text Example
Text Example
White with #B0AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC32; }
p { color: rgb(176,172,50); }
H1.HeaderClassName
{
color: #B0AC32;
}
.AnyTagClassName
{
color: #B0AC32;
}
</style>
background-color css
<style>
a { background-color: #B0AC32; }
a { background-color: rgb(176,172,50); }
div.DivClassName
{
background-color: #B0AC32;
}
.BgClassName
{
background-color: #B0AC32;
}
</style>
border-color css
<style>
span { border-color: #B0AC32; }
span { border-color: rgb(176,172,50); }
td.TdClassName
{
border-color: #B0AC32;
}
.TagClassName
{
border-color: #B0AC32;
}
</style>