Shades of Brass #B7A849
Tints of Brass #B7A849
RGB
CMYK
RGB Variations
Color information
#B7A849 (or 0xB7A849) is known color: Brass. HEX triplet: B7, A8 and 49. RGB value is (183,168,73). Sum of RGB (Red+Green+Blue) = 183+168+73=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A849 is #4857B6. Grayscale: #A2A2A2. Windows color (decimal): -4741047 or 4827319. OLE color: 4827319.
HSL color Cylindrical-coordinate representation of color #B7A849: hue angle of 51.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A849 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 73 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.28 |
| HSL | 51.82º | 0.43% | 0.5% | - |
| HSV(B) | 51.82º | 0.6% | 0.72% | - |
| XYZ | 34.73 | 38.55 | 11.91 | - |
| YUV | 161.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 73 | 0 | 0.08 | 0.60 | 0.28 | 51.82 | 0.43 | 0.5 |
| Hex | B7 | A8 | 49 | 0 | 8 | 3C | 1C | 34 | 2B | 32 |
| Octal | 267 | 250 | 111 | 0 | 10 | 74 | 34 | 64 | 53 | 62 |
| Binary | 10110111 | 10101000 | 1001001 | 0 | 1000 | 111100 | 11100 | 110100 | 101011 | 110010 |
Color Harmonies of #B7A849
Complementary color
Monochromatic Colors of #B7A849
Black with #B7A849
Text Example
Text Example
White with #B7A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A849; }
p { color: rgb(183,168,73); }
H1.HeaderClassName
{
color: #B7A849;
}
.AnyTagClassName
{
color: #B7A849;
}
</style>
background-color css
<style>
a { background-color: #B7A849; }
a { background-color: rgb(183,168,73); }
div.DivClassName
{
background-color: #B7A849;
}
.BgClassName
{
background-color: #B7A849;
}
</style>
border-color css
<style>
span { border-color: #B7A849; }
span { border-color: rgb(183,168,73); }
td.TdClassName
{
border-color: #B7A849;
}
.TagClassName
{
border-color: #B7A849;
}
</style>