Shades of Brass #B7AD46
Tints of Brass #B7AD46
RGB
CMYK
RGB Variations
Color information
#B7AD46 (or 0xB7AD46) is known color: Brass. HEX triplet: B7, AD and 46. RGB value is (183,173,70). Sum of RGB (Red+Green+Blue) = 183+173+70=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD46 is #4852B9. Grayscale: #A4A4A4. Windows color (decimal): -4739770 or 4631991. OLE color: 4631991.
HSL color Cylindrical-coordinate representation of color #B7AD46: hue angle of 54.69º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7AD46 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 70 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.28 |
| HSL | 54.69º | 0.45% | 0.5% | - |
| HSV(B) | 54.69º | 0.62% | 0.72% | - |
| XYZ | 35.58 | 40.4 | 11.72 | - |
| YUV | 164.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 70 | 0 | 0.05 | 0.62 | 0.28 | 54.69 | 0.45 | 0.5 |
| Hex | B7 | AD | 46 | 0 | 5 | 3E | 1C | 37 | 2D | 32 |
| Octal | 267 | 255 | 106 | 0 | 5 | 76 | 34 | 67 | 55 | 62 |
| Binary | 10110111 | 10101101 | 1000110 | 0 | 101 | 111110 | 11100 | 110111 | 101101 | 110010 |
Color Harmonies of #B7AD46
Complementary color
Monochromatic Colors of #B7AD46
Black with #B7AD46
Text Example
Text Example
White with #B7AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD46; }
p { color: rgb(183,173,70); }
H1.HeaderClassName
{
color: #B7AD46;
}
.AnyTagClassName
{
color: #B7AD46;
}
</style>
background-color css
<style>
a { background-color: #B7AD46; }
a { background-color: rgb(183,173,70); }
div.DivClassName
{
background-color: #B7AD46;
}
.BgClassName
{
background-color: #B7AD46;
}
</style>
border-color css
<style>
span { border-color: #B7AD46; }
span { border-color: rgb(183,173,70); }
td.TdClassName
{
border-color: #B7AD46;
}
.TagClassName
{
border-color: #B7AD46;
}
</style>