Shades of Brass #B7A241
Tints of Brass #B7A241
RGB
CMYK
RGB Variations
Color information
#B7A241 (or 0xB7A241) is known color: Brass. HEX triplet: B7, A2 and 41. RGB value is (183,162,65). Sum of RGB (Red+Green+Blue) = 183+162+65=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A241 is #485DBE. Grayscale: #9D9D9D. Windows color (decimal): -4742591 or 4301495. OLE color: 4301495.
HSL color Cylindrical-coordinate representation of color #B7A241: hue angle of 49.32º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7A241 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 65 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.28 |
| HSL | 49.32º | 0.48% | 0.49% | - |
| HSV(B) | 49.32º | 0.64% | 0.72% | - |
| XYZ | 33.4 | 36.29 | 10.25 | - |
| YUV | 157.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 65 | 0 | 0.11 | 0.64 | 0.28 | 49.32 | 0.48 | 0.49 |
| Hex | B7 | A2 | 41 | 0 | B | 40 | 1C | 31 | 30 | 31 |
| Octal | 267 | 242 | 101 | 0 | 13 | 100 | 34 | 61 | 60 | 61 |
| Binary | 10110111 | 10100010 | 1000001 | 0 | 1011 | 1000000 | 11100 | 110001 | 110000 | 110001 |
Color Harmonies of #B7A241
Complementary color
Monochromatic Colors of #B7A241
Black with #B7A241
Text Example
Text Example
White with #B7A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A241; }
p { color: rgb(183,162,65); }
H1.HeaderClassName
{
color: #B7A241;
}
.AnyTagClassName
{
color: #B7A241;
}
</style>
background-color css
<style>
a { background-color: #B7A241; }
a { background-color: rgb(183,162,65); }
div.DivClassName
{
background-color: #B7A241;
}
.BgClassName
{
background-color: #B7A241;
}
</style>
border-color css
<style>
span { border-color: #B7A241; }
span { border-color: rgb(183,162,65); }
td.TdClassName
{
border-color: #B7A241;
}
.TagClassName
{
border-color: #B7A241;
}
</style>