Shades of Brass #B8A54A
Tints of Brass #B8A54A
RGB
CMYK
RGB Variations
Color information
#B8A54A (or 0xB8A54A) is known color: Brass. HEX triplet: B8, A5 and 4A. RGB value is (184,165,74). Sum of RGB (Red+Green+Blue) = 184+165+74=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A54A is #475AB5. Grayscale: #A0A0A0. Windows color (decimal): -4676278 or 4892088. OLE color: 4892088.
HSL color Cylindrical-coordinate representation of color #B8A54A: hue angle of 49.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8A54A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 74 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.28 |
| HSL | 49.64º | 0.44% | 0.51% | - |
| HSV(B) | 49.64º | 0.6% | 0.72% | - |
| XYZ | 34.46 | 37.6 | 11.92 | - |
| YUV | 160.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 74 | 0 | 0.10 | 0.60 | 0.28 | 49.64 | 0.44 | 0.51 |
| Hex | B8 | A5 | 4A | 0 | A | 3C | 1C | 32 | 2C | 33 |
| Octal | 270 | 245 | 112 | 0 | 12 | 74 | 34 | 62 | 54 | 63 |
| Binary | 10111000 | 10100101 | 1001010 | 0 | 1010 | 111100 | 11100 | 110010 | 101100 | 110011 |
Color Harmonies of #B8A54A
Complementary color
Monochromatic Colors of #B8A54A
Black with #B8A54A
Text Example
Text Example
White with #B8A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A54A; }
p { color: rgb(184,165,74); }
H1.HeaderClassName
{
color: #B8A54A;
}
.AnyTagClassName
{
color: #B8A54A;
}
</style>
background-color css
<style>
a { background-color: #B8A54A; }
a { background-color: rgb(184,165,74); }
div.DivClassName
{
background-color: #B8A54A;
}
.BgClassName
{
background-color: #B8A54A;
}
</style>
border-color css
<style>
span { border-color: #B8A54A; }
span { border-color: rgb(184,165,74); }
td.TdClassName
{
border-color: #B8A54A;
}
.TagClassName
{
border-color: #B8A54A;
}
</style>