Shades of Brass #B1A234
Tints of Brass #B1A234
RGB
CMYK
RGB Variations
Color information
#B1A234 (or 0xB1A234) is known color: Brass. HEX triplet: B1, A2 and 34. RGB value is (177,162,52). Sum of RGB (Red+Green+Blue) = 177+162+52=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A234 is #4E5DCB. Grayscale: #9A9A9A. Windows color (decimal): -5135820 or 3449521. OLE color: 3449521.
HSL color Cylindrical-coordinate representation of color #B1A234: hue angle of 52.8º 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 #B1A234 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 52 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.31 |
| HSL | 52.8º | 0.55% | 0.45% | - |
| HSV(B) | 52.8º | 0.71% | 0.69% | - |
| XYZ | 31.67 | 35.44 | 8.42 | - |
| YUV | 153.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 52 | 0 | 0.08 | 0.71 | 0.31 | 52.8 | 0.55 | 0.45 |
| Hex | B1 | A2 | 34 | 0 | 8 | 47 | 1F | 35 | 37 | 2D |
| Octal | 261 | 242 | 64 | 0 | 10 | 107 | 37 | 65 | 67 | 55 |
| Binary | 10110001 | 10100010 | 110100 | 0 | 1000 | 1000111 | 11111 | 110101 | 110111 | 101101 |
Color Harmonies of #B1A234
Complementary color
Monochromatic Colors of #B1A234
Black with #B1A234
Text Example
Text Example
White with #B1A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A234; }
p { color: rgb(177,162,52); }
H1.HeaderClassName
{
color: #B1A234;
}
.AnyTagClassName
{
color: #B1A234;
}
</style>
background-color css
<style>
a { background-color: #B1A234; }
a { background-color: rgb(177,162,52); }
div.DivClassName
{
background-color: #B1A234;
}
.BgClassName
{
background-color: #B1A234;
}
</style>
border-color css
<style>
span { border-color: #B1A234; }
span { border-color: rgb(177,162,52); }
td.TdClassName
{
border-color: #B1A234;
}
.TagClassName
{
border-color: #B1A234;
}
</style>