Shades of Brass #B7AD3F
Tints of Brass #B7AD3F
RGB
CMYK
RGB Variations
Color information
#B7AD3F (or 0xB7AD3F) is known color: Brass. HEX triplet: B7, AD and 3F. RGB value is (183,173,63). Sum of RGB (Red+Green+Blue) = 183+173+63=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD3F is #4852C0. Grayscale: #A3A3A3. Windows color (decimal): -4739777 or 4173239. OLE color: 4173239.
HSL color Cylindrical-coordinate representation of color #B7AD3F: hue angle of 55º 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 #B7AD3F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 63 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.28 |
| HSL | 55º | 0.49% | 0.48% | - |
| HSV(B) | 55º | 0.66% | 0.72% | - |
| XYZ | 35.37 | 40.31 | 10.62 | - |
| YUV | 163.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 63 | 0 | 0.05 | 0.66 | 0.28 | 55 | 0.49 | 0.48 |
| Hex | B7 | AD | 3F | 0 | 5 | 42 | 1C | 37 | 31 | 30 |
| Octal | 267 | 255 | 77 | 0 | 5 | 102 | 34 | 67 | 61 | 60 |
| Binary | 10110111 | 10101101 | 111111 | 0 | 101 | 1000010 | 11100 | 110111 | 110001 | 110000 |
Color Harmonies of #B7AD3F
Complementary color
Monochromatic Colors of #B7AD3F
Black with #B7AD3F
Text Example
Text Example
White with #B7AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD3F; }
p { color: rgb(183,173,63); }
H1.HeaderClassName
{
color: #B7AD3F;
}
.AnyTagClassName
{
color: #B7AD3F;
}
</style>
background-color css
<style>
a { background-color: #B7AD3F; }
a { background-color: rgb(183,173,63); }
div.DivClassName
{
background-color: #B7AD3F;
}
.BgClassName
{
background-color: #B7AD3F;
}
</style>
border-color css
<style>
span { border-color: #B7AD3F; }
span { border-color: rgb(183,173,63); }
td.TdClassName
{
border-color: #B7AD3F;
}
.TagClassName
{
border-color: #B7AD3F;
}
</style>