Shades of Brass #B7A03D
Tints of Brass #B7A03D
RGB
CMYK
RGB Variations
Color information
#B7A03D (or 0xB7A03D) is known color: Brass. HEX triplet: B7, A0 and 3D. RGB value is (183,160,61). Sum of RGB (Red+Green+Blue) = 183+160+61=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A03D is #485FC2. Grayscale: #9C9C9C. Windows color (decimal): -4743107 or 4038839. OLE color: 4038839.
HSL color Cylindrical-coordinate representation of color #B7A03D: hue angle of 48.69º degrees, saturation: 0.5, 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 #B7A03D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 61 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.28 |
| HSL | 48.69º | 0.5% | 0.48% | - |
| HSV(B) | 48.69º | 0.67% | 0.72% | - |
| XYZ | 32.94 | 35.55 | 9.54 | - |
| YUV | 155.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 61 | 0 | 0.13 | 0.67 | 0.28 | 48.69 | 0.5 | 0.48 |
| Hex | B7 | A0 | 3D | 0 | D | 43 | 1C | 31 | 32 | 30 |
| Octal | 267 | 240 | 75 | 0 | 15 | 103 | 34 | 61 | 62 | 60 |
| Binary | 10110111 | 10100000 | 111101 | 0 | 1101 | 1000011 | 11100 | 110001 | 110010 | 110000 |
Color Harmonies of #B7A03D
Complementary color
Monochromatic Colors of #B7A03D
Black with #B7A03D
Text Example
Text Example
White with #B7A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A03D; }
p { color: rgb(183,160,61); }
H1.HeaderClassName
{
color: #B7A03D;
}
.AnyTagClassName
{
color: #B7A03D;
}
</style>
background-color css
<style>
a { background-color: #B7A03D; }
a { background-color: rgb(183,160,61); }
div.DivClassName
{
background-color: #B7A03D;
}
.BgClassName
{
background-color: #B7A03D;
}
</style>
border-color css
<style>
span { border-color: #B7A03D; }
span { border-color: rgb(183,160,61); }
td.TdClassName
{
border-color: #B7A03D;
}
.TagClassName
{
border-color: #B7A03D;
}
</style>