Shades of Brass #B7AA3A
Tints of Brass #B7AA3A
RGB
CMYK
RGB Variations
Color information
#B7AA3A (or 0xB7AA3A) is known color: Brass. HEX triplet: B7, AA and 3A. RGB value is (183,170,58). Sum of RGB (Red+Green+Blue) = 183+170+58=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA3A is #4855C5. Grayscale: #A1A1A1. Windows color (decimal): -4740550 or 3844791. OLE color: 3844791.
HSL color Cylindrical-coordinate representation of color #B7AA3A: hue angle of 53.76º 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 #B7AA3A is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 58 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.28 |
| HSL | 53.76º | 0.52% | 0.47% | - |
| HSV(B) | 53.76º | 0.68% | 0.72% | - |
| XYZ | 34.67 | 39.12 | 9.73 | - |
| YUV | 161.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 58 | 0 | 0.07 | 0.68 | 0.28 | 53.76 | 0.52 | 0.47 |
| Hex | B7 | AA | 3A | 0 | 7 | 44 | 1C | 36 | 34 | 2F |
| Octal | 267 | 252 | 72 | 0 | 7 | 104 | 34 | 66 | 64 | 57 |
| Binary | 10110111 | 10101010 | 111010 | 0 | 111 | 1000100 | 11100 | 110110 | 110100 | 101111 |
Color Harmonies of #B7AA3A
Complementary color
Monochromatic Colors of #B7AA3A
Black with #B7AA3A
Text Example
Text Example
White with #B7AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA3A; }
p { color: rgb(183,170,58); }
H1.HeaderClassName
{
color: #B7AA3A;
}
.AnyTagClassName
{
color: #B7AA3A;
}
</style>
background-color css
<style>
a { background-color: #B7AA3A; }
a { background-color: rgb(183,170,58); }
div.DivClassName
{
background-color: #B7AA3A;
}
.BgClassName
{
background-color: #B7AA3A;
}
</style>
border-color css
<style>
span { border-color: #B7AA3A; }
span { border-color: rgb(183,170,58); }
td.TdClassName
{
border-color: #B7AA3A;
}
.TagClassName
{
border-color: #B7AA3A;
}
</style>