Shades of Brass #B7AD39
Tints of Brass #B7AD39
RGB
CMYK
RGB Variations
Color information
#B7AD39 (or 0xB7AD39) is known color: Brass. HEX triplet: B7, AD and 39. RGB value is (183,173,57). Sum of RGB (Red+Green+Blue) = 183+173+57=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD39 is #4852C6. Grayscale: #A3A3A3. Windows color (decimal): -4739783 or 3780023. OLE color: 3780023.
HSL color Cylindrical-coordinate representation of color #B7AD39: hue angle of 55.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7AD39 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 57 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.28 |
| HSL | 55.24º | 0.53% | 0.47% | - |
| HSV(B) | 55.24º | 0.69% | 0.72% | - |
| XYZ | 35.21 | 40.25 | 9.78 | - |
| YUV | 162.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 57 | 0 | 0.05 | 0.69 | 0.28 | 55.24 | 0.53 | 0.47 |
| Hex | B7 | AD | 39 | 0 | 5 | 45 | 1C | 37 | 34 | 2F |
| Octal | 267 | 255 | 71 | 0 | 5 | 105 | 34 | 67 | 64 | 57 |
| Binary | 10110111 | 10101101 | 111001 | 0 | 101 | 1000101 | 11100 | 110111 | 110100 | 101111 |
Color Harmonies of #B7AD39
Complementary color
Monochromatic Colors of #B7AD39
Black with #B7AD39
Text Example
Text Example
White with #B7AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD39; }
p { color: rgb(183,173,57); }
H1.HeaderClassName
{
color: #B7AD39;
}
.AnyTagClassName
{
color: #B7AD39;
}
</style>
background-color css
<style>
a { background-color: #B7AD39; }
a { background-color: rgb(183,173,57); }
div.DivClassName
{
background-color: #B7AD39;
}
.BgClassName
{
background-color: #B7AD39;
}
</style>
border-color css
<style>
span { border-color: #B7AD39; }
span { border-color: rgb(183,173,57); }
td.TdClassName
{
border-color: #B7AD39;
}
.TagClassName
{
border-color: #B7AD39;
}
</style>