Shades of Brass #B0A248
Tints of Brass #B0A248
RGB
CMYK
RGB Variations
Color information
#B0A248 (or 0xB0A248) is known color: Brass. HEX triplet: B0, A2 and 48. RGB value is (176,162,72). Sum of RGB (Red+Green+Blue) = 176+162+72=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A248 is #4F5DB7. Grayscale: #9C9C9C. Windows color (decimal): -5201336 or 4760240. OLE color: 4760240.
HSL color Cylindrical-coordinate representation of color #B0A248: hue angle of 51.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0A248 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 72 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.31 |
| HSL | 51.92º | 0.42% | 0.49% | - |
| HSV(B) | 51.92º | 0.59% | 0.69% | - |
| XYZ | 31.99 | 35.54 | 11.3 | - |
| YUV | 155.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 72 | 0 | 0.08 | 0.59 | 0.31 | 51.92 | 0.42 | 0.49 |
| Hex | B0 | A2 | 48 | 0 | 8 | 3B | 1F | 34 | 2A | 31 |
| Octal | 260 | 242 | 110 | 0 | 10 | 73 | 37 | 64 | 52 | 61 |
| Binary | 10110000 | 10100010 | 1001000 | 0 | 1000 | 111011 | 11111 | 110100 | 101010 | 110001 |
Color Harmonies of #B0A248
Complementary color
Monochromatic Colors of #B0A248
Black with #B0A248
Text Example
Text Example
White with #B0A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A248; }
p { color: rgb(176,162,72); }
H1.HeaderClassName
{
color: #B0A248;
}
.AnyTagClassName
{
color: #B0A248;
}
</style>
background-color css
<style>
a { background-color: #B0A248; }
a { background-color: rgb(176,162,72); }
div.DivClassName
{
background-color: #B0A248;
}
.BgClassName
{
background-color: #B0A248;
}
</style>
border-color css
<style>
span { border-color: #B0A248; }
span { border-color: rgb(176,162,72); }
td.TdClassName
{
border-color: #B0A248;
}
.TagClassName
{
border-color: #B0A248;
}
</style>