Shades of Brass #B5A248
Tints of Brass #B5A248
RGB
CMYK
RGB Variations
Color information
#B5A248 (or 0xB5A248) is known color: Brass. HEX triplet: B5, A2 and 48. RGB value is (181,162,72). Sum of RGB (Red+Green+Blue) = 181+162+72=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A248 is #4A5DB7. Grayscale: #9D9D9D. Windows color (decimal): -4873656 or 4760245. OLE color: 4760245.
HSL color Cylindrical-coordinate representation of color #B5A248: hue angle of 49.54º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5A248 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 72 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.29 |
| HSL | 49.54º | 0.43% | 0.5% | - |
| HSV(B) | 49.54º | 0.6% | 0.71% | - |
| XYZ | 33.15 | 36.13 | 11.36 | - |
| YUV | 157.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 72 | 0 | 0.10 | 0.60 | 0.29 | 49.54 | 0.43 | 0.5 |
| Hex | B5 | A2 | 48 | 0 | A | 3C | 1D | 32 | 2B | 32 |
| Octal | 265 | 242 | 110 | 0 | 12 | 74 | 35 | 62 | 53 | 62 |
| Binary | 10110101 | 10100010 | 1001000 | 0 | 1010 | 111100 | 11101 | 110010 | 101011 | 110010 |
Color Harmonies of #B5A248
Complementary color
Monochromatic Colors of #B5A248
Black with #B5A248
Text Example
Text Example
White with #B5A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A248; }
p { color: rgb(181,162,72); }
H1.HeaderClassName
{
color: #B5A248;
}
.AnyTagClassName
{
color: #B5A248;
}
</style>
background-color css
<style>
a { background-color: #B5A248; }
a { background-color: rgb(181,162,72); }
div.DivClassName
{
background-color: #B5A248;
}
.BgClassName
{
background-color: #B5A248;
}
</style>
border-color css
<style>
span { border-color: #B5A248; }
span { border-color: rgb(181,162,72); }
td.TdClassName
{
border-color: #B5A248;
}
.TagClassName
{
border-color: #B5A248;
}
</style>