Shades of Brass #B7B349
Tints of Brass #B7B349
RGB
CMYK
RGB Variations
Color information
#B7B349 (or 0xB7B349) is known color: Brass. HEX triplet: B7, B3 and 49. RGB value is (183,179,73). Sum of RGB (Red+Green+Blue) = 183+179+73=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B349 is #484CB6. Grayscale: #A8A8A8. Windows color (decimal): -4738231 or 4830135. OLE color: 4830135.
HSL color Cylindrical-coordinate representation of color #B7B349: hue angle of 57.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 #B7B349 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 73 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.28 |
| HSL | 57.82º | 0.43% | 0.5% | - |
| HSV(B) | 57.82º | 0.6% | 0.72% | - |
| XYZ | 36.85 | 42.79 | 12.62 | - |
| YUV | 168.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 73 | 0 | 0.02 | 0.60 | 0.28 | 57.82 | 0.43 | 0.5 |
| Hex | B7 | B3 | 49 | 0 | 2 | 3C | 1C | 3A | 2B | 32 |
| Octal | 267 | 263 | 111 | 0 | 2 | 74 | 34 | 72 | 53 | 62 |
| Binary | 10110111 | 10110011 | 1001001 | 0 | 10 | 111100 | 11100 | 111010 | 101011 | 110010 |
Color Harmonies of #B7B349
Complementary color
Monochromatic Colors of #B7B349
Black with #B7B349
Text Example
Text Example
White with #B7B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B349; }
p { color: rgb(183,179,73); }
H1.HeaderClassName
{
color: #B7B349;
}
.AnyTagClassName
{
color: #B7B349;
}
</style>
background-color css
<style>
a { background-color: #B7B349; }
a { background-color: rgb(183,179,73); }
div.DivClassName
{
background-color: #B7B349;
}
.BgClassName
{
background-color: #B7B349;
}
</style>
border-color css
<style>
span { border-color: #B7B349; }
span { border-color: rgb(183,179,73); }
td.TdClassName
{
border-color: #B7B349;
}
.TagClassName
{
border-color: #B7B349;
}
</style>