Shades of Brass #B1A836
Tints of Brass #B1A836
RGB
CMYK
RGB Variations
Color information
#B1A836 (or 0xB1A836) is known color: Brass. HEX triplet: B1, A8 and 36. RGB value is (177,168,54). Sum of RGB (Red+Green+Blue) = 177+168+54=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A836 is #4E57C9. Grayscale: #9E9E9E. Windows color (decimal): -5134282 or 3582129. OLE color: 3582129.
HSL color Cylindrical-coordinate representation of color #B1A836: hue angle of 55.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1A836 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 54 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.31 |
| HSL | 55.61º | 0.53% | 0.45% | - |
| HSV(B) | 55.61º | 0.69% | 0.69% | - |
| XYZ | 32.8 | 37.62 | 9.02 | - |
| YUV | 157.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 54 | 0 | 0.05 | 0.69 | 0.31 | 55.61 | 0.53 | 0.45 |
| Hex | B1 | A8 | 36 | 0 | 5 | 45 | 1F | 38 | 35 | 2D |
| Octal | 261 | 250 | 66 | 0 | 5 | 105 | 37 | 70 | 65 | 55 |
| Binary | 10110001 | 10101000 | 110110 | 0 | 101 | 1000101 | 11111 | 111000 | 110101 | 101101 |
Color Harmonies of #B1A836
Complementary color
Monochromatic Colors of #B1A836
Black with #B1A836
Text Example
Text Example
White with #B1A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A836; }
p { color: rgb(177,168,54); }
H1.HeaderClassName
{
color: #B1A836;
}
.AnyTagClassName
{
color: #B1A836;
}
</style>
background-color css
<style>
a { background-color: #B1A836; }
a { background-color: rgb(177,168,54); }
div.DivClassName
{
background-color: #B1A836;
}
.BgClassName
{
background-color: #B1A836;
}
</style>
border-color css
<style>
span { border-color: #B1A836; }
span { border-color: rgb(177,168,54); }
td.TdClassName
{
border-color: #B1A836;
}
.TagClassName
{
border-color: #B1A836;
}
</style>