Shades of Brass #B7A53C
Tints of Brass #B7A53C
RGB
CMYK
RGB Variations
Color information
#B7A53C (or 0xB7A53C) is known color: Brass. HEX triplet: B7, A5 and 3C. RGB value is (183,165,60). Sum of RGB (Red+Green+Blue) = 183+165+60=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A53C is #485AC3. Grayscale: #9E9E9E. Windows color (decimal): -4741828 or 3974583. OLE color: 3974583.
HSL color Cylindrical-coordinate representation of color #B7A53C: hue angle of 51.22º 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 #B7A53C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 60 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.28 |
| HSL | 51.22º | 0.51% | 0.48% | - |
| HSV(B) | 51.22º | 0.67% | 0.72% | - |
| XYZ | 33.8 | 37.3 | 9.69 | - |
| YUV | 158.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 60 | 0 | 0.10 | 0.67 | 0.28 | 51.22 | 0.51 | 0.48 |
| Hex | B7 | A5 | 3C | 0 | A | 43 | 1C | 33 | 33 | 30 |
| Octal | 267 | 245 | 74 | 0 | 12 | 103 | 34 | 63 | 63 | 60 |
| Binary | 10110111 | 10100101 | 111100 | 0 | 1010 | 1000011 | 11100 | 110011 | 110011 | 110000 |
Color Harmonies of #B7A53C
Complementary color
Monochromatic Colors of #B7A53C
Black with #B7A53C
Text Example
Text Example
White with #B7A53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A53C; }
p { color: rgb(183,165,60); }
H1.HeaderClassName
{
color: #B7A53C;
}
.AnyTagClassName
{
color: #B7A53C;
}
</style>
background-color css
<style>
a { background-color: #B7A53C; }
a { background-color: rgb(183,165,60); }
div.DivClassName
{
background-color: #B7A53C;
}
.BgClassName
{
background-color: #B7A53C;
}
</style>
border-color css
<style>
span { border-color: #B7A53C; }
span { border-color: rgb(183,165,60); }
td.TdClassName
{
border-color: #B7A53C;
}
.TagClassName
{
border-color: #B7A53C;
}
</style>