Shades of Brass #B7A144
Tints of Brass #B7A144
RGB
CMYK
RGB Variations
Color information
#B7A144 (or 0xB7A144) is known color: Brass. HEX triplet: B7, A1 and 44. RGB value is (183,161,68). Sum of RGB (Red+Green+Blue) = 183+161+68=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A144 is #485EBB. Grayscale: #9D9D9D. Windows color (decimal): -4742844 or 4497847. OLE color: 4497847.
HSL color Cylindrical-coordinate representation of color #B7A144: hue angle of 48.52º 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 #B7A144 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 68 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.28 |
| HSL | 48.52º | 0.46% | 0.49% | - |
| HSV(B) | 48.52º | 0.63% | 0.72% | - |
| XYZ | 33.32 | 35.97 | 10.66 | - |
| YUV | 156.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 68 | 0 | 0.12 | 0.63 | 0.28 | 48.52 | 0.46 | 0.49 |
| Hex | B7 | A1 | 44 | 0 | C | 3F | 1C | 31 | 2E | 31 |
| Octal | 267 | 241 | 104 | 0 | 14 | 77 | 34 | 61 | 56 | 61 |
| Binary | 10110111 | 10100001 | 1000100 | 0 | 1100 | 111111 | 11100 | 110001 | 101110 | 110001 |
Color Harmonies of #B7A144
Complementary color
Monochromatic Colors of #B7A144
Black with #B7A144
Text Example
Text Example
White with #B7A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A144; }
p { color: rgb(183,161,68); }
H1.HeaderClassName
{
color: #B7A144;
}
.AnyTagClassName
{
color: #B7A144;
}
</style>
background-color css
<style>
a { background-color: #B7A144; }
a { background-color: rgb(183,161,68); }
div.DivClassName
{
background-color: #B7A144;
}
.BgClassName
{
background-color: #B7A144;
}
</style>
border-color css
<style>
span { border-color: #B7A144; }
span { border-color: rgb(183,161,68); }
td.TdClassName
{
border-color: #B7A144;
}
.TagClassName
{
border-color: #B7A144;
}
</style>