Shades of Brass #B1A850
Tints of Brass #B1A850
RGB
CMYK
RGB Variations
Color information
#B1A850 (or 0xB1A850) is known color: Brass. HEX triplet: B1, A8 and 50. RGB value is (177,168,80). Sum of RGB (Red+Green+Blue) = 177+168+80=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A850 is #4E57AF. Grayscale: #A1A1A1. Windows color (decimal): -5134256 or 5286065. OLE color: 5286065.
HSL color Cylindrical-coordinate representation of color #B1A850: hue angle of 54.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A850 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 80 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.31 |
| HSL | 54.43º | 0.38% | 0.5% | - |
| HSV(B) | 54.43º | 0.55% | 0.69% | - |
| XYZ | 33.58 | 37.93 | 13.14 | - |
| YUV | 160.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 80 | 0 | 0.05 | 0.55 | 0.31 | 54.43 | 0.38 | 0.5 |
| Hex | B1 | A8 | 50 | 0 | 5 | 37 | 1F | 36 | 26 | 32 |
| Octal | 261 | 250 | 120 | 0 | 5 | 67 | 37 | 66 | 46 | 62 |
| Binary | 10110001 | 10101000 | 1010000 | 0 | 101 | 110111 | 11111 | 110110 | 100110 | 110010 |
Color Harmonies of #B1A850
Complementary color
Monochromatic Colors of #B1A850
Black with #B1A850
Text Example
Text Example
White with #B1A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A850; }
p { color: rgb(177,168,80); }
H1.HeaderClassName
{
color: #B1A850;
}
.AnyTagClassName
{
color: #B1A850;
}
</style>
background-color css
<style>
a { background-color: #B1A850; }
a { background-color: rgb(177,168,80); }
div.DivClassName
{
background-color: #B1A850;
}
.BgClassName
{
background-color: #B1A850;
}
</style>
border-color css
<style>
span { border-color: #B1A850; }
span { border-color: rgb(177,168,80); }
td.TdClassName
{
border-color: #B1A850;
}
.TagClassName
{
border-color: #B1A850;
}
</style>