Shades of Brass #B7B149
Tints of Brass #B7B149
RGB
CMYK
RGB Variations
Color information
#B7B149 (or 0xB7B149) is known color: Brass. HEX triplet: B7, B1 and 49. RGB value is (183,177,73). Sum of RGB (Red+Green+Blue) = 183+177+73=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B149 is #484EB6. Grayscale: #A7A7A7. Windows color (decimal): -4738743 or 4829623. OLE color: 4829623.
HSL color Cylindrical-coordinate representation of color #B7B149: hue angle of 56.73º 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 #B7B149 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 73 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.28 |
| HSL | 56.73º | 0.43% | 0.5% | - |
| HSV(B) | 56.73º | 0.6% | 0.72% | - |
| XYZ | 36.45 | 41.99 | 12.49 | - |
| YUV | 166.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 73 | 0 | 0.03 | 0.60 | 0.28 | 56.73 | 0.43 | 0.5 |
| Hex | B7 | B1 | 49 | 0 | 3 | 3C | 1C | 39 | 2B | 32 |
| Octal | 267 | 261 | 111 | 0 | 3 | 74 | 34 | 71 | 53 | 62 |
| Binary | 10110111 | 10110001 | 1001001 | 0 | 11 | 111100 | 11100 | 111001 | 101011 | 110010 |
Color Harmonies of #B7B149
Complementary color
Monochromatic Colors of #B7B149
Black with #B7B149
Text Example
Text Example
White with #B7B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B149; }
p { color: rgb(183,177,73); }
H1.HeaderClassName
{
color: #B7B149;
}
.AnyTagClassName
{
color: #B7B149;
}
</style>
background-color css
<style>
a { background-color: #B7B149; }
a { background-color: rgb(183,177,73); }
div.DivClassName
{
background-color: #B7B149;
}
.BgClassName
{
background-color: #B7B149;
}
</style>
border-color css
<style>
span { border-color: #B7B149; }
span { border-color: rgb(183,177,73); }
td.TdClassName
{
border-color: #B7B149;
}
.TagClassName
{
border-color: #B7B149;
}
</style>