Shades of Brass #B7A84A
Tints of Brass #B7A84A
RGB
CMYK
RGB Variations
Color information
#B7A84A (or 0xB7A84A) is known color: Brass. HEX triplet: B7, A8 and 4A. RGB value is (183,168,74). Sum of RGB (Red+Green+Blue) = 183+168+74=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A84A is #4857B5. Grayscale: #A2A2A2. Windows color (decimal): -4741046 or 4892855. OLE color: 4892855.
HSL color Cylindrical-coordinate representation of color #B7A84A: hue angle of 51.74º 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 #B7A84A is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 74 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.28 |
| HSL | 51.74º | 0.43% | 0.5% | - |
| HSV(B) | 51.74º | 0.6% | 0.72% | - |
| XYZ | 34.77 | 38.57 | 12.09 | - |
| YUV | 161.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 74 | 0 | 0.08 | 0.60 | 0.28 | 51.74 | 0.43 | 0.5 |
| Hex | B7 | A8 | 4A | 0 | 8 | 3C | 1C | 34 | 2B | 32 |
| Octal | 267 | 250 | 112 | 0 | 10 | 74 | 34 | 64 | 53 | 62 |
| Binary | 10110111 | 10101000 | 1001010 | 0 | 1000 | 111100 | 11100 | 110100 | 101011 | 110010 |
Color Harmonies of #B7A84A
Complementary color
Monochromatic Colors of #B7A84A
Black with #B7A84A
Text Example
Text Example
White with #B7A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A84A; }
p { color: rgb(183,168,74); }
H1.HeaderClassName
{
color: #B7A84A;
}
.AnyTagClassName
{
color: #B7A84A;
}
</style>
background-color css
<style>
a { background-color: #B7A84A; }
a { background-color: rgb(183,168,74); }
div.DivClassName
{
background-color: #B7A84A;
}
.BgClassName
{
background-color: #B7A84A;
}
</style>
border-color css
<style>
span { border-color: #B7A84A; }
span { border-color: rgb(183,168,74); }
td.TdClassName
{
border-color: #B7A84A;
}
.TagClassName
{
border-color: #B7A84A;
}
</style>