Shades of Brass #B7AD4F
Tints of Brass #B7AD4F
RGB
CMYK
RGB Variations
Color information
#B7AD4F (or 0xB7AD4F) is known color: Brass. HEX triplet: B7, AD and 4F. RGB value is (183,173,79). Sum of RGB (Red+Green+Blue) = 183+173+79=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD4F is #4852B0. Grayscale: #A5A5A5. Windows color (decimal): -4739761 or 5221815. OLE color: 5221815.
HSL color Cylindrical-coordinate representation of color #B7AD4F: hue angle of 54.23º 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 #B7AD4F is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 79 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.28 |
| HSL | 54.23º | 0.42% | 0.51% | - |
| HSV(B) | 54.23º | 0.57% | 0.72% | - |
| XYZ | 35.88 | 40.52 | 13.33 | - |
| YUV | 165.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 79 | 0 | 0.05 | 0.57 | 0.28 | 54.23 | 0.42 | 0.51 |
| Hex | B7 | AD | 4F | 0 | 5 | 39 | 1C | 36 | 2A | 33 |
| Octal | 267 | 255 | 117 | 0 | 5 | 71 | 34 | 66 | 52 | 63 |
| Binary | 10110111 | 10101101 | 1001111 | 0 | 101 | 111001 | 11100 | 110110 | 101010 | 110011 |
Color Harmonies of #B7AD4F
Complementary color
Monochromatic Colors of #B7AD4F
Black with #B7AD4F
Text Example
Text Example
White with #B7AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD4F; }
p { color: rgb(183,173,79); }
H1.HeaderClassName
{
color: #B7AD4F;
}
.AnyTagClassName
{
color: #B7AD4F;
}
</style>
background-color css
<style>
a { background-color: #B7AD4F; }
a { background-color: rgb(183,173,79); }
div.DivClassName
{
background-color: #B7AD4F;
}
.BgClassName
{
background-color: #B7AD4F;
}
</style>
border-color css
<style>
span { border-color: #B7AD4F; }
span { border-color: rgb(183,173,79); }
td.TdClassName
{
border-color: #B7AD4F;
}
.TagClassName
{
border-color: #B7AD4F;
}
</style>