Shades of Brass #B7A143
Tints of Brass #B7A143
RGB
CMYK
RGB Variations
Color information
#B7A143 (or 0xB7A143) is known color: Brass. HEX triplet: B7, A1 and 43. RGB value is (183,161,67). Sum of RGB (Red+Green+Blue) = 183+161+67=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A143 is #485EBC. Grayscale: #9D9D9D. Windows color (decimal): -4742845 or 4432311. OLE color: 4432311.
HSL color Cylindrical-coordinate representation of color #B7A143: hue angle of 48.62º 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 #B7A143 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 67 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.28 |
| HSL | 48.62º | 0.46% | 0.49% | - |
| HSV(B) | 48.62º | 0.63% | 0.72% | - |
| XYZ | 33.29 | 35.96 | 10.5 | - |
| YUV | 156.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 67 | 0 | 0.12 | 0.63 | 0.28 | 48.62 | 0.46 | 0.49 |
| Hex | B7 | A1 | 43 | 0 | C | 3F | 1C | 31 | 2E | 31 |
| Octal | 267 | 241 | 103 | 0 | 14 | 77 | 34 | 61 | 56 | 61 |
| Binary | 10110111 | 10100001 | 1000011 | 0 | 1100 | 111111 | 11100 | 110001 | 101110 | 110001 |
Color Harmonies of #B7A143
Complementary color
Monochromatic Colors of #B7A143
Black with #B7A143
Text Example
Text Example
White with #B7A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A143; }
p { color: rgb(183,161,67); }
H1.HeaderClassName
{
color: #B7A143;
}
.AnyTagClassName
{
color: #B7A143;
}
</style>
background-color css
<style>
a { background-color: #B7A143; }
a { background-color: rgb(183,161,67); }
div.DivClassName
{
background-color: #B7A143;
}
.BgClassName
{
background-color: #B7A143;
}
</style>
border-color css
<style>
span { border-color: #B7A143; }
span { border-color: rgb(183,161,67); }
td.TdClassName
{
border-color: #B7A143;
}
.TagClassName
{
border-color: #B7A143;
}
</style>