Shades of Brass #B7A93E
Tints of Brass #B7A93E
RGB
CMYK
RGB Variations
Color information
#B7A93E (or 0xB7A93E) is known color: Brass. HEX triplet: B7, A9 and 3E. RGB value is (183,169,62). Sum of RGB (Red+Green+Blue) = 183+169+62=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A93E is #4856C1. Grayscale: #A1A1A1. Windows color (decimal): -4740802 or 4106679. OLE color: 4106679.
HSL color Cylindrical-coordinate representation of color #B7A93E: hue angle of 53.06º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7A93E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 62 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.28 |
| HSL | 53.06º | 0.49% | 0.48% | - |
| HSV(B) | 53.06º | 0.66% | 0.72% | - |
| XYZ | 34.59 | 38.79 | 10.22 | - |
| YUV | 160.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 62 | 0 | 0.08 | 0.66 | 0.28 | 53.06 | 0.49 | 0.48 |
| Hex | B7 | A9 | 3E | 0 | 8 | 42 | 1C | 35 | 31 | 30 |
| Octal | 267 | 251 | 76 | 0 | 10 | 102 | 34 | 65 | 61 | 60 |
| Binary | 10110111 | 10101001 | 111110 | 0 | 1000 | 1000010 | 11100 | 110101 | 110001 | 110000 |
Color Harmonies of #B7A93E
Complementary color
Monochromatic Colors of #B7A93E
Black with #B7A93E
Text Example
Text Example
White with #B7A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A93E; }
p { color: rgb(183,169,62); }
H1.HeaderClassName
{
color: #B7A93E;
}
.AnyTagClassName
{
color: #B7A93E;
}
</style>
background-color css
<style>
a { background-color: #B7A93E; }
a { background-color: rgb(183,169,62); }
div.DivClassName
{
background-color: #B7A93E;
}
.BgClassName
{
background-color: #B7A93E;
}
</style>
border-color css
<style>
span { border-color: #B7A93E; }
span { border-color: rgb(183,169,62); }
td.TdClassName
{
border-color: #B7A93E;
}
.TagClassName
{
border-color: #B7A93E;
}
</style>