Shades of Brass #B7B348
Tints of Brass #B7B348
RGB
CMYK
RGB Variations
Color information
#B7B348 (or 0xB7B348) is known color: Brass. HEX triplet: B7, B3 and 48. RGB value is (183,179,72). Sum of RGB (Red+Green+Blue) = 183+179+72=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B348 is #484CB7. Grayscale: #A8A8A8. Windows color (decimal): -4738232 or 4764599. OLE color: 4764599.
HSL color Cylindrical-coordinate representation of color #B7B348: hue angle of 57.84º 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 #B7B348 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 72 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.28 |
| HSL | 57.84º | 0.44% | 0.5% | - |
| HSV(B) | 57.84º | 0.61% | 0.72% | - |
| XYZ | 36.82 | 42.78 | 12.45 | - |
| YUV | 168 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 72 | 0 | 0.02 | 0.61 | 0.28 | 57.84 | 0.44 | 0.5 |
| Hex | B7 | B3 | 48 | 0 | 2 | 3D | 1C | 3A | 2C | 32 |
| Octal | 267 | 263 | 110 | 0 | 2 | 75 | 34 | 72 | 54 | 62 |
| Binary | 10110111 | 10110011 | 1001000 | 0 | 10 | 111101 | 11100 | 111010 | 101100 | 110010 |
Color Harmonies of #B7B348
Complementary color
Monochromatic Colors of #B7B348
Black with #B7B348
Text Example
Text Example
White with #B7B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B348; }
p { color: rgb(183,179,72); }
H1.HeaderClassName
{
color: #B7B348;
}
.AnyTagClassName
{
color: #B7B348;
}
</style>
background-color css
<style>
a { background-color: #B7B348; }
a { background-color: rgb(183,179,72); }
div.DivClassName
{
background-color: #B7B348;
}
.BgClassName
{
background-color: #B7B348;
}
</style>
border-color css
<style>
span { border-color: #B7B348; }
span { border-color: rgb(183,179,72); }
td.TdClassName
{
border-color: #B7B348;
}
.TagClassName
{
border-color: #B7B348;
}
</style>