Shades of Brass #B1A83A
Tints of Brass #B1A83A
RGB
CMYK
RGB Variations
Color information
#B1A83A (or 0xB1A83A) is known color: Brass. HEX triplet: B1, A8 and 3A. RGB value is (177,168,58). Sum of RGB (Red+Green+Blue) = 177+168+58=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A83A is #4E57C5. Grayscale: #9E9E9E. Windows color (decimal): -5134278 or 3844273. OLE color: 3844273.
HSL color Cylindrical-coordinate representation of color #B1A83A: hue angle of 55.46º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1A83A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 58 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.31 |
| HSL | 55.46º | 0.51% | 0.46% | - |
| HSV(B) | 55.46º | 0.67% | 0.69% | - |
| XYZ | 32.9 | 37.66 | 9.54 | - |
| YUV | 158.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 58 | 0 | 0.05 | 0.67 | 0.31 | 55.46 | 0.51 | 0.46 |
| Hex | B1 | A8 | 3A | 0 | 5 | 43 | 1F | 37 | 33 | 2E |
| Octal | 261 | 250 | 72 | 0 | 5 | 103 | 37 | 67 | 63 | 56 |
| Binary | 10110001 | 10101000 | 111010 | 0 | 101 | 1000011 | 11111 | 110111 | 110011 | 101110 |
Color Harmonies of #B1A83A
Complementary color
Monochromatic Colors of #B1A83A
Black with #B1A83A
Text Example
Text Example
White with #B1A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A83A; }
p { color: rgb(177,168,58); }
H1.HeaderClassName
{
color: #B1A83A;
}
.AnyTagClassName
{
color: #B1A83A;
}
</style>
background-color css
<style>
a { background-color: #B1A83A; }
a { background-color: rgb(177,168,58); }
div.DivClassName
{
background-color: #B1A83A;
}
.BgClassName
{
background-color: #B1A83A;
}
</style>
border-color css
<style>
span { border-color: #B1A83A; }
span { border-color: rgb(177,168,58); }
td.TdClassName
{
border-color: #B1A83A;
}
.TagClassName
{
border-color: #B1A83A;
}
</style>