Shades of Brass #B7A93A
Tints of Brass #B7A93A
RGB
CMYK
RGB Variations
Color information
#B7A93A (or 0xB7A93A) is known color: Brass. HEX triplet: B7, A9 and 3A. RGB value is (183,169,58). Sum of RGB (Red+Green+Blue) = 183+169+58=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A93A is #4856C5. Grayscale: #A0A0A0. Windows color (decimal): -4740806 or 3844535. OLE color: 3844535.
HSL color Cylindrical-coordinate representation of color #B7A93A: hue angle of 53.28º degrees, saturation: 0.52, 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 #B7A93A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 58 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.28 |
| HSL | 53.28º | 0.52% | 0.47% | - |
| HSV(B) | 53.28º | 0.68% | 0.72% | - |
| XYZ | 34.48 | 38.75 | 9.66 | - |
| YUV | 160.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 58 | 0 | 0.08 | 0.68 | 0.28 | 53.28 | 0.52 | 0.47 |
| Hex | B7 | A9 | 3A | 0 | 8 | 44 | 1C | 35 | 34 | 2F |
| Octal | 267 | 251 | 72 | 0 | 10 | 104 | 34 | 65 | 64 | 57 |
| Binary | 10110111 | 10101001 | 111010 | 0 | 1000 | 1000100 | 11100 | 110101 | 110100 | 101111 |
Color Harmonies of #B7A93A
Complementary color
Monochromatic Colors of #B7A93A
Black with #B7A93A
Text Example
Text Example
White with #B7A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A93A; }
p { color: rgb(183,169,58); }
H1.HeaderClassName
{
color: #B7A93A;
}
.AnyTagClassName
{
color: #B7A93A;
}
</style>
background-color css
<style>
a { background-color: #B7A93A; }
a { background-color: rgb(183,169,58); }
div.DivClassName
{
background-color: #B7A93A;
}
.BgClassName
{
background-color: #B7A93A;
}
</style>
border-color css
<style>
span { border-color: #B7A93A; }
span { border-color: rgb(183,169,58); }
td.TdClassName
{
border-color: #B7A93A;
}
.TagClassName
{
border-color: #B7A93A;
}
</style>