Shades of Brass #B1A54E
Tints of Brass #B1A54E
RGB
CMYK
RGB Variations
Color information
#B1A54E (or 0xB1A54E) is known color: Brass. HEX triplet: B1, A5 and 4E. RGB value is (177,165,78). Sum of RGB (Red+Green+Blue) = 177+165+78=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A54E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A54E is #4E5AB1. Grayscale: #9F9F9F. Windows color (decimal): -5135026 or 5154225. OLE color: 5154225.
HSL color Cylindrical-coordinate representation of color #B1A54E: hue angle of 52.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1A54E is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 78 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.31 |
| HSL | 52.73º | 0.39% | 0.5% | - |
| HSV(B) | 52.73º | 0.56% | 0.69% | - |
| XYZ | 32.96 | 36.81 | 12.58 | - |
| YUV | 158.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 78 | 0 | 0.07 | 0.56 | 0.31 | 52.73 | 0.39 | 0.5 |
| Hex | B1 | A5 | 4E | 0 | 7 | 38 | 1F | 35 | 27 | 32 |
| Octal | 261 | 245 | 116 | 0 | 7 | 70 | 37 | 65 | 47 | 62 |
| Binary | 10110001 | 10100101 | 1001110 | 0 | 111 | 111000 | 11111 | 110101 | 100111 | 110010 |
Color Harmonies of #B1A54E
Complementary color
Monochromatic Colors of #B1A54E
Black with #B1A54E
Text Example
Text Example
White with #B1A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A54E; }
p { color: rgb(177,165,78); }
H1.HeaderClassName
{
color: #B1A54E;
}
.AnyTagClassName
{
color: #B1A54E;
}
</style>
background-color css
<style>
a { background-color: #B1A54E; }
a { background-color: rgb(177,165,78); }
div.DivClassName
{
background-color: #B1A54E;
}
.BgClassName
{
background-color: #B1A54E;
}
</style>
border-color css
<style>
span { border-color: #B1A54E; }
span { border-color: rgb(177,165,78); }
td.TdClassName
{
border-color: #B1A54E;
}
.TagClassName
{
border-color: #B1A54E;
}
</style>