Shades of Brass #B1A53A
Tints of Brass #B1A53A
RGB
CMYK
RGB Variations
Color information
#B1A53A (or 0xB1A53A) is known color: Brass. HEX triplet: B1, A5 and 3A. RGB value is (177,165,58). Sum of RGB (Red+Green+Blue) = 177+165+58=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A53A is #4E5AC5. Grayscale: #9C9C9C. Windows color (decimal): -5135046 or 3843505. OLE color: 3843505.
HSL color Cylindrical-coordinate representation of color #B1A53A: hue angle of 53.95º 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 #B1A53A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 58 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.31 |
| HSL | 53.95º | 0.51% | 0.46% | - |
| HSV(B) | 53.95º | 0.67% | 0.69% | - |
| XYZ | 32.35 | 36.56 | 9.36 | - |
| YUV | 156.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 58 | 0 | 0.07 | 0.67 | 0.31 | 53.95 | 0.51 | 0.46 |
| Hex | B1 | A5 | 3A | 0 | 7 | 43 | 1F | 36 | 33 | 2E |
| Octal | 261 | 245 | 72 | 0 | 7 | 103 | 37 | 66 | 63 | 56 |
| Binary | 10110001 | 10100101 | 111010 | 0 | 111 | 1000011 | 11111 | 110110 | 110011 | 101110 |
Color Harmonies of #B1A53A
Complementary color
Monochromatic Colors of #B1A53A
Black with #B1A53A
Text Example
Text Example
White with #B1A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A53A; }
p { color: rgb(177,165,58); }
H1.HeaderClassName
{
color: #B1A53A;
}
.AnyTagClassName
{
color: #B1A53A;
}
</style>
background-color css
<style>
a { background-color: #B1A53A; }
a { background-color: rgb(177,165,58); }
div.DivClassName
{
background-color: #B1A53A;
}
.BgClassName
{
background-color: #B1A53A;
}
</style>
border-color css
<style>
span { border-color: #B1A53A; }
span { border-color: rgb(177,165,58); }
td.TdClassName
{
border-color: #B1A53A;
}
.TagClassName
{
border-color: #B1A53A;
}
</style>