Shades of Brass #B7A135
Tints of Brass #B7A135
RGB
CMYK
RGB Variations
Color information
#B7A135 (or 0xB7A135) is known color: Brass. HEX triplet: B7, A1 and 35. RGB value is (183,161,53). Sum of RGB (Red+Green+Blue) = 183+161+53=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A135 is #485ECA. Grayscale: #9B9B9B. Windows color (decimal): -4742859 or 3514807. OLE color: 3514807.
HSL color Cylindrical-coordinate representation of color #B7A135: hue angle of 49.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7A135 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 53 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.28 |
| HSL | 49.85º | 0.55% | 0.46% | - |
| HSV(B) | 49.85º | 0.71% | 0.72% | - |
| XYZ | 32.92 | 35.81 | 8.55 | - |
| YUV | 155.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 53 | 0 | 0.12 | 0.71 | 0.28 | 49.85 | 0.55 | 0.46 |
| Hex | B7 | A1 | 35 | 0 | C | 47 | 1C | 32 | 37 | 2E |
| Octal | 267 | 241 | 65 | 0 | 14 | 107 | 34 | 62 | 67 | 56 |
| Binary | 10110111 | 10100001 | 110101 | 0 | 1100 | 1000111 | 11100 | 110010 | 110111 | 101110 |
Color Harmonies of #B7A135
Complementary color
Monochromatic Colors of #B7A135
Black with #B7A135
Text Example
Text Example
White with #B7A135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A135; }
p { color: rgb(183,161,53); }
H1.HeaderClassName
{
color: #B7A135;
}
.AnyTagClassName
{
color: #B7A135;
}
</style>
background-color css
<style>
a { background-color: #B7A135; }
a { background-color: rgb(183,161,53); }
div.DivClassName
{
background-color: #B7A135;
}
.BgClassName
{
background-color: #B7A135;
}
</style>
border-color css
<style>
span { border-color: #B7A135; }
span { border-color: rgb(183,161,53); }
td.TdClassName
{
border-color: #B7A135;
}
.TagClassName
{
border-color: #B7A135;
}
</style>