Shades of Brass #B7AF40
Tints of Brass #B7AF40
RGB
CMYK
RGB Variations
Color information
#B7AF40 (or 0xB7AF40) is known color: Brass. HEX triplet: B7, AF and 40. RGB value is (183,175,64). Sum of RGB (Red+Green+Blue) = 183+175+64=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF40 is #4850BF. Grayscale: #A5A5A5. Windows color (decimal): -4739264 or 4239287. OLE color: 4239287.
HSL color Cylindrical-coordinate representation of color #B7AF40: hue angle of 55.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7AF40 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 64 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.28 |
| HSL | 55.97º | 0.48% | 0.48% | - |
| HSV(B) | 55.97º | 0.65% | 0.72% | - |
| XYZ | 35.78 | 41.1 | 10.9 | - |
| YUV | 164.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 64 | 0 | 0.04 | 0.65 | 0.28 | 55.97 | 0.48 | 0.48 |
| Hex | B7 | AF | 40 | 0 | 4 | 41 | 1C | 38 | 30 | 30 |
| Octal | 267 | 257 | 100 | 0 | 4 | 101 | 34 | 70 | 60 | 60 |
| Binary | 10110111 | 10101111 | 1000000 | 0 | 100 | 1000001 | 11100 | 111000 | 110000 | 110000 |
Color Harmonies of #B7AF40
Complementary color
Monochromatic Colors of #B7AF40
Black with #B7AF40
Text Example
Text Example
White with #B7AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF40; }
p { color: rgb(183,175,64); }
H1.HeaderClassName
{
color: #B7AF40;
}
.AnyTagClassName
{
color: #B7AF40;
}
</style>
background-color css
<style>
a { background-color: #B7AF40; }
a { background-color: rgb(183,175,64); }
div.DivClassName
{
background-color: #B7AF40;
}
.BgClassName
{
background-color: #B7AF40;
}
</style>
border-color css
<style>
span { border-color: #B7AF40; }
span { border-color: rgb(183,175,64); }
td.TdClassName
{
border-color: #B7AF40;
}
.TagClassName
{
border-color: #B7AF40;
}
</style>