Shades of Brass #B1A834
Tints of Brass #B1A834
RGB
CMYK
RGB Variations
Color information
#B1A834 (or 0xB1A834) is known color: Brass. HEX triplet: B1, A8 and 34. RGB value is (177,168,52). Sum of RGB (Red+Green+Blue) = 177+168+52=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A834 is #4E57CB. Grayscale: #9D9D9D. Windows color (decimal): -5134284 or 3451057. OLE color: 3451057.
HSL color Cylindrical-coordinate representation of color #B1A834: hue angle of 55.68º 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 #B1A834 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 52 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.31 |
| HSL | 55.68º | 0.55% | 0.45% | - |
| HSV(B) | 55.68º | 0.71% | 0.69% | - |
| XYZ | 32.75 | 37.6 | 8.78 | - |
| YUV | 157.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 52 | 0 | 0.05 | 0.71 | 0.31 | 55.68 | 0.55 | 0.45 |
| Hex | B1 | A8 | 34 | 0 | 5 | 47 | 1F | 38 | 37 | 2D |
| Octal | 261 | 250 | 64 | 0 | 5 | 107 | 37 | 70 | 67 | 55 |
| Binary | 10110001 | 10101000 | 110100 | 0 | 101 | 1000111 | 11111 | 111000 | 110111 | 101101 |
Color Harmonies of #B1A834
Complementary color
Monochromatic Colors of #B1A834
Black with #B1A834
Text Example
Text Example
White with #B1A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A834; }
p { color: rgb(177,168,52); }
H1.HeaderClassName
{
color: #B1A834;
}
.AnyTagClassName
{
color: #B1A834;
}
</style>
background-color css
<style>
a { background-color: #B1A834; }
a { background-color: rgb(177,168,52); }
div.DivClassName
{
background-color: #B1A834;
}
.BgClassName
{
background-color: #B1A834;
}
</style>
border-color css
<style>
span { border-color: #B1A834; }
span { border-color: rgb(177,168,52); }
td.TdClassName
{
border-color: #B1A834;
}
.TagClassName
{
border-color: #B1A834;
}
</style>