Shades of Brass #B7A845
Tints of Brass #B7A845
RGB
CMYK
RGB Variations
Color information
#B7A845 (or 0xB7A845) is known color: Brass. HEX triplet: B7, A8 and 45. RGB value is (183,168,69). Sum of RGB (Red+Green+Blue) = 183+168+69=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A845 is #4857BA. Grayscale: #A1A1A1. Windows color (decimal): -4741051 or 4565175. OLE color: 4565175.
HSL color Cylindrical-coordinate representation of color #B7A845: hue angle of 52.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7A845 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 69 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.28 |
| HSL | 52.11º | 0.45% | 0.49% | - |
| HSV(B) | 52.11º | 0.62% | 0.72% | - |
| XYZ | 34.61 | 38.5 | 11.24 | - |
| YUV | 161.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 69 | 0 | 0.08 | 0.62 | 0.28 | 52.11 | 0.45 | 0.49 |
| Hex | B7 | A8 | 45 | 0 | 8 | 3E | 1C | 34 | 2D | 31 |
| Octal | 267 | 250 | 105 | 0 | 10 | 76 | 34 | 64 | 55 | 61 |
| Binary | 10110111 | 10101000 | 1000101 | 0 | 1000 | 111110 | 11100 | 110100 | 101101 | 110001 |
Color Harmonies of #B7A845
Complementary color
Monochromatic Colors of #B7A845
Black with #B7A845
Text Example
Text Example
White with #B7A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A845; }
p { color: rgb(183,168,69); }
H1.HeaderClassName
{
color: #B7A845;
}
.AnyTagClassName
{
color: #B7A845;
}
</style>
background-color css
<style>
a { background-color: #B7A845; }
a { background-color: rgb(183,168,69); }
div.DivClassName
{
background-color: #B7A845;
}
.BgClassName
{
background-color: #B7A845;
}
</style>
border-color css
<style>
span { border-color: #B7A845; }
span { border-color: rgb(183,168,69); }
td.TdClassName
{
border-color: #B7A845;
}
.TagClassName
{
border-color: #B7A845;
}
</style>