Shades of Brass #B7A63C
Tints of Brass #B7A63C
RGB
CMYK
RGB Variations
Color information
#B7A63C (or 0xB7A63C) is known color: Brass. HEX triplet: B7, A6 and 3C. RGB value is (183,166,60). Sum of RGB (Red+Green+Blue) = 183+166+60=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A63C is #4859C3. Grayscale: #9F9F9F. Windows color (decimal): -4741572 or 3974839. OLE color: 3974839.
HSL color Cylindrical-coordinate representation of color #B7A63C: hue angle of 51.71º 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 #B7A63C is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 60 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.28 |
| HSL | 51.71º | 0.51% | 0.48% | - |
| HSV(B) | 51.71º | 0.67% | 0.72% | - |
| XYZ | 33.98 | 37.67 | 9.75 | - |
| YUV | 159 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 60 | 0 | 0.09 | 0.67 | 0.28 | 51.71 | 0.51 | 0.48 |
| Hex | B7 | A6 | 3C | 0 | 9 | 43 | 1C | 34 | 33 | 30 |
| Octal | 267 | 246 | 74 | 0 | 11 | 103 | 34 | 64 | 63 | 60 |
| Binary | 10110111 | 10100110 | 111100 | 0 | 1001 | 1000011 | 11100 | 110100 | 110011 | 110000 |
Color Harmonies of #B7A63C
Complementary color
Monochromatic Colors of #B7A63C
Black with #B7A63C
Text Example
Text Example
White with #B7A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A63C; }
p { color: rgb(183,166,60); }
H1.HeaderClassName
{
color: #B7A63C;
}
.AnyTagClassName
{
color: #B7A63C;
}
</style>
background-color css
<style>
a { background-color: #B7A63C; }
a { background-color: rgb(183,166,60); }
div.DivClassName
{
background-color: #B7A63C;
}
.BgClassName
{
background-color: #B7A63C;
}
</style>
border-color css
<style>
span { border-color: #B7A63C; }
span { border-color: rgb(183,166,60); }
td.TdClassName
{
border-color: #B7A63C;
}
.TagClassName
{
border-color: #B7A63C;
}
</style>