Shades of Brass #B7AD4E
Tints of Brass #B7AD4E
RGB
CMYK
RGB Variations
Color information
#B7AD4E (or 0xB7AD4E) is known color: Brass. HEX triplet: B7, AD and 4E. RGB value is (183,173,78). Sum of RGB (Red+Green+Blue) = 183+173+78=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD4E is #4852B1. Grayscale: #A5A5A5. Windows color (decimal): -4739762 or 5156279. OLE color: 5156279.
HSL color Cylindrical-coordinate representation of color #B7AD4E: hue angle of 54.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7AD4E is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 78 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.28 |
| HSL | 54.29º | 0.42% | 0.51% | - |
| HSV(B) | 54.29º | 0.57% | 0.72% | - |
| XYZ | 35.85 | 40.5 | 13.14 | - |
| YUV | 165.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 78 | 0 | 0.05 | 0.57 | 0.28 | 54.29 | 0.42 | 0.51 |
| Hex | B7 | AD | 4E | 0 | 5 | 39 | 1C | 36 | 2A | 33 |
| Octal | 267 | 255 | 116 | 0 | 5 | 71 | 34 | 66 | 52 | 63 |
| Binary | 10110111 | 10101101 | 1001110 | 0 | 101 | 111001 | 11100 | 110110 | 101010 | 110011 |
Color Harmonies of #B7AD4E
Complementary color
Monochromatic Colors of #B7AD4E
Black with #B7AD4E
Text Example
Text Example
White with #B7AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD4E; }
p { color: rgb(183,173,78); }
H1.HeaderClassName
{
color: #B7AD4E;
}
.AnyTagClassName
{
color: #B7AD4E;
}
</style>
background-color css
<style>
a { background-color: #B7AD4E; }
a { background-color: rgb(183,173,78); }
div.DivClassName
{
background-color: #B7AD4E;
}
.BgClassName
{
background-color: #B7AD4E;
}
</style>
border-color css
<style>
span { border-color: #B7AD4E; }
span { border-color: rgb(183,173,78); }
td.TdClassName
{
border-color: #B7AD4E;
}
.TagClassName
{
border-color: #B7AD4E;
}
</style>