Shades of Brass #B7A444
Tints of Brass #B7A444
RGB
CMYK
RGB Variations
Color information
#B7A444 (or 0xB7A444) is known color: Brass. HEX triplet: B7, A4 and 44. RGB value is (183,164,68). Sum of RGB (Red+Green+Blue) = 183+164+68=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A444 is #485BBB. Grayscale: #9F9F9F. Windows color (decimal): -4742076 or 4498615. OLE color: 4498615.
HSL color Cylindrical-coordinate representation of color #B7A444: hue angle of 50.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7A444 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 68 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.28 |
| HSL | 50.09º | 0.46% | 0.49% | - |
| HSV(B) | 50.09º | 0.63% | 0.72% | - |
| XYZ | 33.85 | 37.04 | 10.83 | - |
| YUV | 158.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 68 | 0 | 0.10 | 0.63 | 0.28 | 50.09 | 0.46 | 0.49 |
| Hex | B7 | A4 | 44 | 0 | A | 3F | 1C | 32 | 2E | 31 |
| Octal | 267 | 244 | 104 | 0 | 12 | 77 | 34 | 62 | 56 | 61 |
| Binary | 10110111 | 10100100 | 1000100 | 0 | 1010 | 111111 | 11100 | 110010 | 101110 | 110001 |
Color Harmonies of #B7A444
Complementary color
Monochromatic Colors of #B7A444
Black with #B7A444
Text Example
Text Example
White with #B7A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A444; }
p { color: rgb(183,164,68); }
H1.HeaderClassName
{
color: #B7A444;
}
.AnyTagClassName
{
color: #B7A444;
}
</style>
background-color css
<style>
a { background-color: #B7A444; }
a { background-color: rgb(183,164,68); }
div.DivClassName
{
background-color: #B7A444;
}
.BgClassName
{
background-color: #B7A444;
}
</style>
border-color css
<style>
span { border-color: #B7A444; }
span { border-color: rgb(183,164,68); }
td.TdClassName
{
border-color: #B7A444;
}
.TagClassName
{
border-color: #B7A444;
}
</style>