Shades of Brass #B7A935
Tints of Brass #B7A935
RGB
CMYK
RGB Variations
Color information
#B7A935 (or 0xB7A935) is known color: Brass. HEX triplet: B7, A9 and 35. RGB value is (183,169,53). Sum of RGB (Red+Green+Blue) = 183+169+53=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A935 is #4856CA. Grayscale: #A0A0A0. Windows color (decimal): -4740811 or 3516855. OLE color: 3516855.
HSL color Cylindrical-coordinate representation of color #B7A935: hue angle of 53.54º 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 #B7A935 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 53 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.28 |
| HSL | 53.54º | 0.55% | 0.46% | - |
| HSV(B) | 53.54º | 0.71% | 0.72% | - |
| XYZ | 34.36 | 38.7 | 9.03 | - |
| YUV | 159.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 53 | 0 | 0.08 | 0.71 | 0.28 | 53.54 | 0.55 | 0.46 |
| Hex | B7 | A9 | 35 | 0 | 8 | 47 | 1C | 36 | 37 | 2E |
| Octal | 267 | 251 | 65 | 0 | 10 | 107 | 34 | 66 | 67 | 56 |
| Binary | 10110111 | 10101001 | 110101 | 0 | 1000 | 1000111 | 11100 | 110110 | 110111 | 101110 |
Color Harmonies of #B7A935
Complementary color
Monochromatic Colors of #B7A935
Black with #B7A935
Text Example
Text Example
White with #B7A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A935; }
p { color: rgb(183,169,53); }
H1.HeaderClassName
{
color: #B7A935;
}
.AnyTagClassName
{
color: #B7A935;
}
</style>
background-color css
<style>
a { background-color: #B7A935; }
a { background-color: rgb(183,169,53); }
div.DivClassName
{
background-color: #B7A935;
}
.BgClassName
{
background-color: #B7A935;
}
</style>
border-color css
<style>
span { border-color: #B7A935; }
span { border-color: rgb(183,169,53); }
td.TdClassName
{
border-color: #B7A935;
}
.TagClassName
{
border-color: #B7A935;
}
</style>