Shades of Brass #B1A54B
Tints of Brass #B1A54B
RGB
CMYK
RGB Variations
Color information
#B1A54B (or 0xB1A54B) is known color: Brass. HEX triplet: B1, A5 and 4B. RGB value is (177,165,75). Sum of RGB (Red+Green+Blue) = 177+165+75=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A54B is #4E5AB4. Grayscale: #9E9E9E. Windows color (decimal): -5135029 or 4957617. OLE color: 4957617.
HSL color Cylindrical-coordinate representation of color #B1A54B: hue angle of 52.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1A54B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 75 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.31 |
| HSL | 52.94º | 0.4% | 0.49% | - |
| HSV(B) | 52.94º | 0.58% | 0.69% | - |
| XYZ | 32.86 | 36.77 | 12.02 | - |
| YUV | 158.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 75 | 0 | 0.07 | 0.58 | 0.31 | 52.94 | 0.4 | 0.49 |
| Hex | B1 | A5 | 4B | 0 | 7 | 3A | 1F | 35 | 28 | 31 |
| Octal | 261 | 245 | 113 | 0 | 7 | 72 | 37 | 65 | 50 | 61 |
| Binary | 10110001 | 10100101 | 1001011 | 0 | 111 | 111010 | 11111 | 110101 | 101000 | 110001 |
Color Harmonies of #B1A54B
Complementary color
Monochromatic Colors of #B1A54B
Black with #B1A54B
Text Example
Text Example
White with #B1A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A54B; }
p { color: rgb(177,165,75); }
H1.HeaderClassName
{
color: #B1A54B;
}
.AnyTagClassName
{
color: #B1A54B;
}
</style>
background-color css
<style>
a { background-color: #B1A54B; }
a { background-color: rgb(177,165,75); }
div.DivClassName
{
background-color: #B1A54B;
}
.BgClassName
{
background-color: #B1A54B;
}
</style>
border-color css
<style>
span { border-color: #B1A54B; }
span { border-color: rgb(177,165,75); }
td.TdClassName
{
border-color: #B1A54B;
}
.TagClassName
{
border-color: #B1A54B;
}
</style>