Shades of Brass #B1A54F
Tints of Brass #B1A54F
RGB
CMYK
RGB Variations
Color information
#B1A54F (or 0xB1A54F) is known color: Brass. HEX triplet: B1, A5 and 4F. RGB value is (177,165,79). Sum of RGB (Red+Green+Blue) = 177+165+79=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A54F is #4E5AB0. Grayscale: #9F9F9F. Windows color (decimal): -5135025 or 5219761. OLE color: 5219761.
HSL color Cylindrical-coordinate representation of color #B1A54F: hue angle of 52.65º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A54F is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 79 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.31 |
| HSL | 52.65º | 0.39% | 0.5% | - |
| HSV(B) | 52.65º | 0.55% | 0.69% | - |
| XYZ | 33 | 36.82 | 12.77 | - |
| YUV | 158.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 79 | 0 | 0.07 | 0.55 | 0.31 | 52.65 | 0.39 | 0.5 |
| Hex | B1 | A5 | 4F | 0 | 7 | 37 | 1F | 35 | 27 | 32 |
| Octal | 261 | 245 | 117 | 0 | 7 | 67 | 37 | 65 | 47 | 62 |
| Binary | 10110001 | 10100101 | 1001111 | 0 | 111 | 110111 | 11111 | 110101 | 100111 | 110010 |
Color Harmonies of #B1A54F
Complementary color
Monochromatic Colors of #B1A54F
Black with #B1A54F
Text Example
Text Example
White with #B1A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A54F; }
p { color: rgb(177,165,79); }
H1.HeaderClassName
{
color: #B1A54F;
}
.AnyTagClassName
{
color: #B1A54F;
}
</style>
background-color css
<style>
a { background-color: #B1A54F; }
a { background-color: rgb(177,165,79); }
div.DivClassName
{
background-color: #B1A54F;
}
.BgClassName
{
background-color: #B1A54F;
}
</style>
border-color css
<style>
span { border-color: #B1A54F; }
span { border-color: rgb(177,165,79); }
td.TdClassName
{
border-color: #B1A54F;
}
.TagClassName
{
border-color: #B1A54F;
}
</style>