Shades of Brass #B7B347
Tints of Brass #B7B347
RGB
CMYK
RGB Variations
Color information
#B7B347 (or 0xB7B347) is known color: Brass. HEX triplet: B7, B3 and 47. RGB value is (183,179,71). Sum of RGB (Red+Green+Blue) = 183+179+71=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B347 is #484CB8. Grayscale: #A8A8A8. Windows color (decimal): -4738233 or 4699063. OLE color: 4699063.
HSL color Cylindrical-coordinate representation of color #B7B347: hue angle of 57.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7B347 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 71 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.28 |
| HSL | 57.86º | 0.44% | 0.5% | - |
| HSV(B) | 57.86º | 0.61% | 0.72% | - |
| XYZ | 36.79 | 42.76 | 12.28 | - |
| YUV | 167.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 71 | 0 | 0.02 | 0.61 | 0.28 | 57.86 | 0.44 | 0.5 |
| Hex | B7 | B3 | 47 | 0 | 2 | 3D | 1C | 3A | 2C | 32 |
| Octal | 267 | 263 | 107 | 0 | 2 | 75 | 34 | 72 | 54 | 62 |
| Binary | 10110111 | 10110011 | 1000111 | 0 | 10 | 111101 | 11100 | 111010 | 101100 | 110010 |
Color Harmonies of #B7B347
Complementary color
Monochromatic Colors of #B7B347
Black with #B7B347
Text Example
Text Example
White with #B7B347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B347; }
p { color: rgb(183,179,71); }
H1.HeaderClassName
{
color: #B7B347;
}
.AnyTagClassName
{
color: #B7B347;
}
</style>
background-color css
<style>
a { background-color: #B7B347; }
a { background-color: rgb(183,179,71); }
div.DivClassName
{
background-color: #B7B347;
}
.BgClassName
{
background-color: #B7B347;
}
</style>
border-color css
<style>
span { border-color: #B7B347; }
span { border-color: rgb(183,179,71); }
td.TdClassName
{
border-color: #B7B347;
}
.TagClassName
{
border-color: #B7B347;
}
</style>