Shades of Brass #B1A835
Tints of Brass #B1A835
RGB
CMYK
RGB Variations
Color information
#B1A835 (or 0xB1A835) is known color: Brass. HEX triplet: B1, A8 and 35. RGB value is (177,168,53). Sum of RGB (Red+Green+Blue) = 177+168+53=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A835 is #4E57CA. Grayscale: #9E9E9E. Windows color (decimal): -5134283 or 3516593. OLE color: 3516593.
HSL color Cylindrical-coordinate representation of color #B1A835: hue angle of 55.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1A835 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 53 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.31 |
| HSL | 55.65º | 0.54% | 0.45% | - |
| HSV(B) | 55.65º | 0.7% | 0.69% | - |
| XYZ | 32.78 | 37.61 | 8.9 | - |
| YUV | 157.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 53 | 0 | 0.05 | 0.70 | 0.31 | 55.65 | 0.54 | 0.45 |
| Hex | B1 | A8 | 35 | 0 | 5 | 46 | 1F | 38 | 36 | 2D |
| Octal | 261 | 250 | 65 | 0 | 5 | 106 | 37 | 70 | 66 | 55 |
| Binary | 10110001 | 10101000 | 110101 | 0 | 101 | 1000110 | 11111 | 111000 | 110110 | 101101 |
Color Harmonies of #B1A835
Complementary color
Monochromatic Colors of #B1A835
Black with #B1A835
Text Example
Text Example
White with #B1A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A835; }
p { color: rgb(177,168,53); }
H1.HeaderClassName
{
color: #B1A835;
}
.AnyTagClassName
{
color: #B1A835;
}
</style>
background-color css
<style>
a { background-color: #B1A835; }
a { background-color: rgb(177,168,53); }
div.DivClassName
{
background-color: #B1A835;
}
.BgClassName
{
background-color: #B1A835;
}
</style>
border-color css
<style>
span { border-color: #B1A835; }
span { border-color: rgb(177,168,53); }
td.TdClassName
{
border-color: #B1A835;
}
.TagClassName
{
border-color: #B1A835;
}
</style>