Shades of Brass #B7A54A
Tints of Brass #B7A54A
RGB
CMYK
RGB Variations
Color information
#B7A54A (or 0xB7A54A) is known color: Brass. HEX triplet: B7, A5 and 4A. RGB value is (183,165,74). Sum of RGB (Red+Green+Blue) = 183+165+74=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A54A is #485AB5. Grayscale: #A0A0A0. Windows color (decimal): -4741814 or 4892087. OLE color: 4892087.
HSL color Cylindrical-coordinate representation of color #B7A54A: hue angle of 50.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A54A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 74 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.28 |
| HSL | 50.09º | 0.43% | 0.5% | - |
| HSV(B) | 50.09º | 0.6% | 0.72% | - |
| XYZ | 34.22 | 37.47 | 11.91 | - |
| YUV | 160.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 74 | 0 | 0.10 | 0.60 | 0.28 | 50.09 | 0.43 | 0.5 |
| Hex | B7 | A5 | 4A | 0 | A | 3C | 1C | 32 | 2B | 32 |
| Octal | 267 | 245 | 112 | 0 | 12 | 74 | 34 | 62 | 53 | 62 |
| Binary | 10110111 | 10100101 | 1001010 | 0 | 1010 | 111100 | 11100 | 110010 | 101011 | 110010 |
Color Harmonies of #B7A54A
Complementary color
Monochromatic Colors of #B7A54A
Black with #B7A54A
Text Example
Text Example
White with #B7A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A54A; }
p { color: rgb(183,165,74); }
H1.HeaderClassName
{
color: #B7A54A;
}
.AnyTagClassName
{
color: #B7A54A;
}
</style>
background-color css
<style>
a { background-color: #B7A54A; }
a { background-color: rgb(183,165,74); }
div.DivClassName
{
background-color: #B7A54A;
}
.BgClassName
{
background-color: #B7A54A;
}
</style>
border-color css
<style>
span { border-color: #B7A54A; }
span { border-color: rgb(183,165,74); }
td.TdClassName
{
border-color: #B7A54A;
}
.TagClassName
{
border-color: #B7A54A;
}
</style>