Shades of Brass #B0AC33
Tints of Brass #B0AC33
RGB
CMYK
RGB Variations
Color information
#B0AC33 (or 0xB0AC33) is known color: Brass. HEX triplet: B0, AC and 33. RGB value is (176,172,51). Sum of RGB (Red+Green+Blue) = 176+172+51=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC33 is #4F53CC. Grayscale: #9F9F9F. Windows color (decimal): -5198797 or 3386544. OLE color: 3386544.
HSL color Cylindrical-coordinate representation of color #B0AC33: hue angle of 58.08º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0AC33 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 51 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.31 |
| HSL | 58.08º | 0.55% | 0.45% | - |
| HSV(B) | 58.08º | 0.71% | 0.69% | - |
| XYZ | 33.25 | 38.97 | 8.9 | - |
| YUV | 159.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 51 | 0 | 0.02 | 0.71 | 0.31 | 58.08 | 0.55 | 0.45 |
| Hex | B0 | AC | 33 | 0 | 2 | 47 | 1F | 3A | 37 | 2D |
| Octal | 260 | 254 | 63 | 0 | 2 | 107 | 37 | 72 | 67 | 55 |
| Binary | 10110000 | 10101100 | 110011 | 0 | 10 | 1000111 | 11111 | 111010 | 110111 | 101101 |
Color Harmonies of #B0AC33
Complementary color
Monochromatic Colors of #B0AC33
Black with #B0AC33
Text Example
Text Example
White with #B0AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC33; }
p { color: rgb(176,172,51); }
H1.HeaderClassName
{
color: #B0AC33;
}
.AnyTagClassName
{
color: #B0AC33;
}
</style>
background-color css
<style>
a { background-color: #B0AC33; }
a { background-color: rgb(176,172,51); }
div.DivClassName
{
background-color: #B0AC33;
}
.BgClassName
{
background-color: #B0AC33;
}
</style>
border-color css
<style>
span { border-color: #B0AC33; }
span { border-color: rgb(176,172,51); }
td.TdClassName
{
border-color: #B0AC33;
}
.TagClassName
{
border-color: #B0AC33;
}
</style>