Shades of Brass #B7A93B
Tints of Brass #B7A93B
RGB
CMYK
RGB Variations
Color information
#B7A93B (or 0xB7A93B) is known color: Brass. HEX triplet: B7, A9 and 3B. RGB value is (183,169,59). Sum of RGB (Red+Green+Blue) = 183+169+59=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A93B is #4856C4. Grayscale: #A1A1A1. Windows color (decimal): -4740805 or 3910071. OLE color: 3910071.
HSL color Cylindrical-coordinate representation of color #B7A93B: hue angle of 53.23º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7A93B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 59 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.28 |
| HSL | 53.23º | 0.51% | 0.47% | - |
| HSV(B) | 53.23º | 0.68% | 0.72% | - |
| XYZ | 34.51 | 38.76 | 9.8 | - |
| YUV | 160.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 59 | 0 | 0.08 | 0.68 | 0.28 | 53.23 | 0.51 | 0.47 |
| Hex | B7 | A9 | 3B | 0 | 8 | 44 | 1C | 35 | 33 | 2F |
| Octal | 267 | 251 | 73 | 0 | 10 | 104 | 34 | 65 | 63 | 57 |
| Binary | 10110111 | 10101001 | 111011 | 0 | 1000 | 1000100 | 11100 | 110101 | 110011 | 101111 |
Color Harmonies of #B7A93B
Complementary color
Monochromatic Colors of #B7A93B
Black with #B7A93B
Text Example
Text Example
White with #B7A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A93B; }
p { color: rgb(183,169,59); }
H1.HeaderClassName
{
color: #B7A93B;
}
.AnyTagClassName
{
color: #B7A93B;
}
</style>
background-color css
<style>
a { background-color: #B7A93B; }
a { background-color: rgb(183,169,59); }
div.DivClassName
{
background-color: #B7A93B;
}
.BgClassName
{
background-color: #B7A93B;
}
</style>
border-color css
<style>
span { border-color: #B7A93B; }
span { border-color: rgb(183,169,59); }
td.TdClassName
{
border-color: #B7A93B;
}
.TagClassName
{
border-color: #B7A93B;
}
</style>