Shades of Brass #B7A136
Tints of Brass #B7A136
RGB
CMYK
RGB Variations
Color information
#B7A136 (or 0xB7A136) is known color: Brass. HEX triplet: B7, A1 and 36. RGB value is (183,161,54). Sum of RGB (Red+Green+Blue) = 183+161+54=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A136 is #485EC9. Grayscale: #9B9B9B. Windows color (decimal): -4742858 or 3580343. OLE color: 3580343.
HSL color Cylindrical-coordinate representation of color #B7A136: hue angle of 49.77º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7A136 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 54 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.28 |
| HSL | 49.77º | 0.54% | 0.46% | - |
| HSV(B) | 49.77º | 0.7% | 0.72% | - |
| XYZ | 32.94 | 35.82 | 8.67 | - |
| YUV | 155.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 54 | 0 | 0.12 | 0.70 | 0.28 | 49.77 | 0.54 | 0.46 |
| Hex | B7 | A1 | 36 | 0 | C | 46 | 1C | 32 | 36 | 2E |
| Octal | 267 | 241 | 66 | 0 | 14 | 106 | 34 | 62 | 66 | 56 |
| Binary | 10110111 | 10100001 | 110110 | 0 | 1100 | 1000110 | 11100 | 110010 | 110110 | 101110 |
Color Harmonies of #B7A136
Complementary color
Monochromatic Colors of #B7A136
Black with #B7A136
Text Example
Text Example
White with #B7A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A136; }
p { color: rgb(183,161,54); }
H1.HeaderClassName
{
color: #B7A136;
}
.AnyTagClassName
{
color: #B7A136;
}
</style>
background-color css
<style>
a { background-color: #B7A136; }
a { background-color: rgb(183,161,54); }
div.DivClassName
{
background-color: #B7A136;
}
.BgClassName
{
background-color: #B7A136;
}
</style>
border-color css
<style>
span { border-color: #B7A136; }
span { border-color: rgb(183,161,54); }
td.TdClassName
{
border-color: #B7A136;
}
.TagClassName
{
border-color: #B7A136;
}
</style>