Shades of Brass #B7A950
Tints of Brass #B7A950
RGB
CMYK
RGB Variations
Color information
#B7A950 (or 0xB7A950) is known color: Brass. HEX triplet: B7, A9 and 50. RGB value is (183,169,80). Sum of RGB (Red+Green+Blue) = 183+169+80=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A950 is #4856AF. Grayscale: #A3A3A3. Windows color (decimal): -4740784 or 5286327. OLE color: 5286327.
HSL color Cylindrical-coordinate representation of color #B7A950: hue angle of 51.84º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7A950 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 80 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.28 |
| HSL | 51.84º | 0.42% | 0.52% | - |
| HSV(B) | 51.84º | 0.56% | 0.72% | - |
| XYZ | 35.16 | 39.02 | 13.27 | - |
| YUV | 163.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 80 | 0 | 0.08 | 0.56 | 0.28 | 51.84 | 0.42 | 0.52 |
| Hex | B7 | A9 | 50 | 0 | 8 | 38 | 1C | 34 | 2A | 34 |
| Octal | 267 | 251 | 120 | 0 | 10 | 70 | 34 | 64 | 52 | 64 |
| Binary | 10110111 | 10101001 | 1010000 | 0 | 1000 | 111000 | 11100 | 110100 | 101010 | 110100 |
Color Harmonies of #B7A950
Complementary color
Monochromatic Colors of #B7A950
Black with #B7A950
Text Example
Text Example
White with #B7A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A950; }
p { color: rgb(183,169,80); }
H1.HeaderClassName
{
color: #B7A950;
}
.AnyTagClassName
{
color: #B7A950;
}
</style>
background-color css
<style>
a { background-color: #B7A950; }
a { background-color: rgb(183,169,80); }
div.DivClassName
{
background-color: #B7A950;
}
.BgClassName
{
background-color: #B7A950;
}
</style>
border-color css
<style>
span { border-color: #B7A950; }
span { border-color: rgb(183,169,80); }
td.TdClassName
{
border-color: #B7A950;
}
.TagClassName
{
border-color: #B7A950;
}
</style>