Shades of Brass #B1A448
Tints of Brass #B1A448
RGB
CMYK
RGB Variations
Color information
#B1A448 (or 0xB1A448) is known color: Brass. HEX triplet: B1, A4 and 48. RGB value is (177,164,72). Sum of RGB (Red+Green+Blue) = 177+164+72=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A448 is #4E5BB7. Grayscale: #9D9D9D. Windows color (decimal): -5135288 or 4760753. OLE color: 4760753.
HSL color Cylindrical-coordinate representation of color #B1A448: hue angle of 52.57º 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 #B1A448 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 72 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.31 |
| HSL | 52.57º | 0.42% | 0.49% | - |
| HSV(B) | 52.57º | 0.59% | 0.69% | - |
| XYZ | 32.58 | 36.37 | 11.43 | - |
| YUV | 157.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 72 | 0 | 0.07 | 0.59 | 0.31 | 52.57 | 0.42 | 0.49 |
| Hex | B1 | A4 | 48 | 0 | 7 | 3B | 1F | 35 | 2A | 31 |
| Octal | 261 | 244 | 110 | 0 | 7 | 73 | 37 | 65 | 52 | 61 |
| Binary | 10110001 | 10100100 | 1001000 | 0 | 111 | 111011 | 11111 | 110101 | 101010 | 110001 |
Color Harmonies of #B1A448
Complementary color
Monochromatic Colors of #B1A448
Black with #B1A448
Text Example
Text Example
White with #B1A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A448; }
p { color: rgb(177,164,72); }
H1.HeaderClassName
{
color: #B1A448;
}
.AnyTagClassName
{
color: #B1A448;
}
</style>
background-color css
<style>
a { background-color: #B1A448; }
a { background-color: rgb(177,164,72); }
div.DivClassName
{
background-color: #B1A448;
}
.BgClassName
{
background-color: #B1A448;
}
</style>
border-color css
<style>
span { border-color: #B1A448; }
span { border-color: rgb(177,164,72); }
td.TdClassName
{
border-color: #B1A448;
}
.TagClassName
{
border-color: #B1A448;
}
</style>