Shades of Brass #B7B049
Tints of Brass #B7B049
RGB
CMYK
RGB Variations
Color information
#B7B049 (or 0xB7B049) is known color: Brass. HEX triplet: B7, B0 and 49. RGB value is (183,176,73). Sum of RGB (Red+Green+Blue) = 183+176+73=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B049 is #484FB6. Grayscale: #A6A6A6. Windows color (decimal): -4738999 or 4829367. OLE color: 4829367.
HSL color Cylindrical-coordinate representation of color #B7B049: hue angle of 56.18º 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 #B7B049 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 73 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.28 |
| HSL | 56.18º | 0.43% | 0.5% | - |
| HSV(B) | 56.18º | 0.6% | 0.72% | - |
| XYZ | 36.26 | 41.6 | 12.42 | - |
| YUV | 166.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 73 | 0 | 0.04 | 0.60 | 0.28 | 56.18 | 0.43 | 0.5 |
| Hex | B7 | B0 | 49 | 0 | 4 | 3C | 1C | 38 | 2B | 32 |
| Octal | 267 | 260 | 111 | 0 | 4 | 74 | 34 | 70 | 53 | 62 |
| Binary | 10110111 | 10110000 | 1001001 | 0 | 100 | 111100 | 11100 | 111000 | 101011 | 110010 |
Color Harmonies of #B7B049
Complementary color
Monochromatic Colors of #B7B049
Black with #B7B049
Text Example
Text Example
White with #B7B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B049; }
p { color: rgb(183,176,73); }
H1.HeaderClassName
{
color: #B7B049;
}
.AnyTagClassName
{
color: #B7B049;
}
</style>
background-color css
<style>
a { background-color: #B7B049; }
a { background-color: rgb(183,176,73); }
div.DivClassName
{
background-color: #B7B049;
}
.BgClassName
{
background-color: #B7B049;
}
</style>
border-color css
<style>
span { border-color: #B7B049; }
span { border-color: rgb(183,176,73); }
td.TdClassName
{
border-color: #B7B049;
}
.TagClassName
{
border-color: #B7B049;
}
</style>