Shades of Brass #B1A53B
Tints of Brass #B1A53B
RGB
CMYK
RGB Variations
Color information
#B1A53B (or 0xB1A53B) is known color: Brass. HEX triplet: B1, A5 and 3B. RGB value is (177,165,59). Sum of RGB (Red+Green+Blue) = 177+165+59=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A53B is #4E5AC4. Grayscale: #9C9C9C. Windows color (decimal): -5135045 or 3909041. OLE color: 3909041.
HSL color Cylindrical-coordinate representation of color #B1A53B: hue angle of 53.9º degrees, saturation: 0.5, 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 #B1A53B is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 59 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.31 |
| HSL | 53.9º | 0.5% | 0.46% | - |
| HSV(B) | 53.9º | 0.67% | 0.69% | - |
| XYZ | 32.38 | 36.57 | 9.49 | - |
| YUV | 156.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 59 | 0 | 0.07 | 0.67 | 0.31 | 53.9 | 0.5 | 0.46 |
| Hex | B1 | A5 | 3B | 0 | 7 | 43 | 1F | 36 | 32 | 2E |
| Octal | 261 | 245 | 73 | 0 | 7 | 103 | 37 | 66 | 62 | 56 |
| Binary | 10110001 | 10100101 | 111011 | 0 | 111 | 1000011 | 11111 | 110110 | 110010 | 101110 |
Color Harmonies of #B1A53B
Complementary color
Monochromatic Colors of #B1A53B
Black with #B1A53B
Text Example
Text Example
White with #B1A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A53B; }
p { color: rgb(177,165,59); }
H1.HeaderClassName
{
color: #B1A53B;
}
.AnyTagClassName
{
color: #B1A53B;
}
</style>
background-color css
<style>
a { background-color: #B1A53B; }
a { background-color: rgb(177,165,59); }
div.DivClassName
{
background-color: #B1A53B;
}
.BgClassName
{
background-color: #B1A53B;
}
</style>
border-color css
<style>
span { border-color: #B1A53B; }
span { border-color: rgb(177,165,59); }
td.TdClassName
{
border-color: #B1A53B;
}
.TagClassName
{
border-color: #B1A53B;
}
</style>