Shades of Brass #B1A848
Tints of Brass #B1A848
RGB
CMYK
RGB Variations
Color information
#B1A848 (or 0xB1A848) is known color: Brass. HEX triplet: B1, A8 and 48. RGB value is (177,168,72). Sum of RGB (Red+Green+Blue) = 177+168+72=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A848 is #4E57B7. Grayscale: #A0A0A0. Windows color (decimal): -5134264 or 4761777. OLE color: 4761777.
HSL color Cylindrical-coordinate representation of color #B1A848: hue angle of 54.86º 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 #B1A848 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 72 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.31 |
| HSL | 54.86º | 0.42% | 0.49% | - |
| HSV(B) | 54.86º | 0.59% | 0.69% | - |
| XYZ | 33.3 | 37.82 | 11.68 | - |
| YUV | 159.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 72 | 0 | 0.05 | 0.59 | 0.31 | 54.86 | 0.42 | 0.49 |
| Hex | B1 | A8 | 48 | 0 | 5 | 3B | 1F | 37 | 2A | 31 |
| Octal | 261 | 250 | 110 | 0 | 5 | 73 | 37 | 67 | 52 | 61 |
| Binary | 10110001 | 10101000 | 1001000 | 0 | 101 | 111011 | 11111 | 110111 | 101010 | 110001 |
Color Harmonies of #B1A848
Complementary color
Monochromatic Colors of #B1A848
Black with #B1A848
Text Example
Text Example
White with #B1A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A848; }
p { color: rgb(177,168,72); }
H1.HeaderClassName
{
color: #B1A848;
}
.AnyTagClassName
{
color: #B1A848;
}
</style>
background-color css
<style>
a { background-color: #B1A848; }
a { background-color: rgb(177,168,72); }
div.DivClassName
{
background-color: #B1A848;
}
.BgClassName
{
background-color: #B1A848;
}
</style>
border-color css
<style>
span { border-color: #B1A848; }
span { border-color: rgb(177,168,72); }
td.TdClassName
{
border-color: #B1A848;
}
.TagClassName
{
border-color: #B1A848;
}
</style>