Shades of Brass #B7A24A
Tints of Brass #B7A24A
RGB
CMYK
RGB Variations
Color information
#B7A24A (or 0xB7A24A) is known color: Brass. HEX triplet: B7, A2 and 4A. RGB value is (183,162,74). Sum of RGB (Red+Green+Blue) = 183+162+74=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A24A is #485DB5. Grayscale: #9E9E9E. Windows color (decimal): -4742582 or 4891319. OLE color: 4891319.
HSL color Cylindrical-coordinate representation of color #B7A24A: hue angle of 48.44º 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 #B7A24A is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 74 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.28 |
| HSL | 48.44º | 0.43% | 0.5% | - |
| HSV(B) | 48.44º | 0.6% | 0.72% | - |
| XYZ | 33.68 | 36.4 | 11.73 | - |
| YUV | 158.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 74 | 0 | 0.11 | 0.60 | 0.28 | 48.44 | 0.43 | 0.5 |
| Hex | B7 | A2 | 4A | 0 | B | 3C | 1C | 30 | 2B | 32 |
| Octal | 267 | 242 | 112 | 0 | 13 | 74 | 34 | 60 | 53 | 62 |
| Binary | 10110111 | 10100010 | 1001010 | 0 | 1011 | 111100 | 11100 | 110000 | 101011 | 110010 |
Color Harmonies of #B7A24A
Complementary color
Monochromatic Colors of #B7A24A
Black with #B7A24A
Text Example
Text Example
White with #B7A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A24A; }
p { color: rgb(183,162,74); }
H1.HeaderClassName
{
color: #B7A24A;
}
.AnyTagClassName
{
color: #B7A24A;
}
</style>
background-color css
<style>
a { background-color: #B7A24A; }
a { background-color: rgb(183,162,74); }
div.DivClassName
{
background-color: #B7A24A;
}
.BgClassName
{
background-color: #B7A24A;
}
</style>
border-color css
<style>
span { border-color: #B7A24A; }
span { border-color: rgb(183,162,74); }
td.TdClassName
{
border-color: #B7A24A;
}
.TagClassName
{
border-color: #B7A24A;
}
</style>