Shades of Brass #B1A934
Tints of Brass #B1A934
RGB
CMYK
RGB Variations
Color information
#B1A934 (or 0xB1A934) is known color: Brass. HEX triplet: B1, A9 and 34. RGB value is (177,169,52). Sum of RGB (Red+Green+Blue) = 177+169+52=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A934 is #4E56CB. Grayscale: #9E9E9E. Windows color (decimal): -5134028 or 3451313. OLE color: 3451313.
HSL color Cylindrical-coordinate representation of color #B1A934: hue angle of 56.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1A934 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 52 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.31 |
| HSL | 56.16º | 0.55% | 0.45% | - |
| HSV(B) | 56.16º | 0.71% | 0.69% | - |
| XYZ | 32.94 | 37.97 | 8.84 | - |
| YUV | 158.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 52 | 0 | 0.05 | 0.71 | 0.31 | 56.16 | 0.55 | 0.45 |
| Hex | B1 | A9 | 34 | 0 | 5 | 47 | 1F | 38 | 37 | 2D |
| Octal | 261 | 251 | 64 | 0 | 5 | 107 | 37 | 70 | 67 | 55 |
| Binary | 10110001 | 10101001 | 110100 | 0 | 101 | 1000111 | 11111 | 111000 | 110111 | 101101 |
Color Harmonies of #B1A934
Complementary color
Monochromatic Colors of #B1A934
Black with #B1A934
Text Example
Text Example
White with #B1A934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A934; }
p { color: rgb(177,169,52); }
H1.HeaderClassName
{
color: #B1A934;
}
.AnyTagClassName
{
color: #B1A934;
}
</style>
background-color css
<style>
a { background-color: #B1A934; }
a { background-color: rgb(177,169,52); }
div.DivClassName
{
background-color: #B1A934;
}
.BgClassName
{
background-color: #B1A934;
}
</style>
border-color css
<style>
span { border-color: #B1A934; }
span { border-color: rgb(177,169,52); }
td.TdClassName
{
border-color: #B1A934;
}
.TagClassName
{
border-color: #B1A934;
}
</style>