Shades of Brass #B7A03C
Tints of Brass #B7A03C
RGB
CMYK
RGB Variations
Color information
#B7A03C (or 0xB7A03C) is known color: Brass. HEX triplet: B7, A0 and 3C. RGB value is (183,160,60). Sum of RGB (Red+Green+Blue) = 183+160+60=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A03C is #485FC3. Grayscale: #9B9B9B. Windows color (decimal): -4743108 or 3973303. OLE color: 3973303.
HSL color Cylindrical-coordinate representation of color #B7A03C: hue angle of 48.78º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7A03C is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 60 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.28 |
| HSL | 48.78º | 0.51% | 0.48% | - |
| HSV(B) | 48.78º | 0.67% | 0.72% | - |
| XYZ | 32.91 | 35.54 | 9.4 | - |
| YUV | 155.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 60 | 0 | 0.13 | 0.67 | 0.28 | 48.78 | 0.51 | 0.48 |
| Hex | B7 | A0 | 3C | 0 | D | 43 | 1C | 31 | 33 | 30 |
| Octal | 267 | 240 | 74 | 0 | 15 | 103 | 34 | 61 | 63 | 60 |
| Binary | 10110111 | 10100000 | 111100 | 0 | 1101 | 1000011 | 11100 | 110001 | 110011 | 110000 |
Color Harmonies of #B7A03C
Complementary color
Monochromatic Colors of #B7A03C
Black with #B7A03C
Text Example
Text Example
White with #B7A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A03C; }
p { color: rgb(183,160,60); }
H1.HeaderClassName
{
color: #B7A03C;
}
.AnyTagClassName
{
color: #B7A03C;
}
</style>
background-color css
<style>
a { background-color: #B7A03C; }
a { background-color: rgb(183,160,60); }
div.DivClassName
{
background-color: #B7A03C;
}
.BgClassName
{
background-color: #B7A03C;
}
</style>
border-color css
<style>
span { border-color: #B7A03C; }
span { border-color: rgb(183,160,60); }
td.TdClassName
{
border-color: #B7A03C;
}
.TagClassName
{
border-color: #B7A03C;
}
</style>