Shades of Brass #BCAA47
Tints of Brass #BCAA47
RGB
CMYK
RGB Variations
Color information
#BCAA47 (or 0xBCAA47) is known color: Brass. HEX triplet: BC, AA and 47. RGB value is (188,170,71). Sum of RGB (Red+Green+Blue) = 188+170+71=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA47 is #4355B8. Grayscale: #A4A4A4. Windows color (decimal): -4412857 or 4696764. OLE color: 4696764.
HSL color Cylindrical-coordinate representation of color #BCAA47: hue angle of 50.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCAA47 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 71 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.26 |
| HSL | 50.77º | 0.47% | 0.51% | - |
| HSV(B) | 50.77º | 0.62% | 0.74% | - |
| XYZ | 36.25 | 39.9 | 11.75 | - |
| YUV | 164.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 71 | 0 | 0.10 | 0.62 | 0.26 | 50.77 | 0.47 | 0.51 |
| Hex | BC | AA | 47 | 0 | A | 3E | 1A | 33 | 2F | 33 |
| Octal | 274 | 252 | 107 | 0 | 12 | 76 | 32 | 63 | 57 | 63 |
| Binary | 10111100 | 10101010 | 1000111 | 0 | 1010 | 111110 | 11010 | 110011 | 101111 | 110011 |
Color Harmonies of #BCAA47
Complementary color
Monochromatic Colors of #BCAA47
Black with #BCAA47
Text Example
Text Example
White with #BCAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA47; }
p { color: rgb(188,170,71); }
H1.HeaderClassName
{
color: #BCAA47;
}
.AnyTagClassName
{
color: #BCAA47;
}
</style>
background-color css
<style>
a { background-color: #BCAA47; }
a { background-color: rgb(188,170,71); }
div.DivClassName
{
background-color: #BCAA47;
}
.BgClassName
{
background-color: #BCAA47;
}
</style>
border-color css
<style>
span { border-color: #BCAA47; }
span { border-color: rgb(188,170,71); }
td.TdClassName
{
border-color: #BCAA47;
}
.TagClassName
{
border-color: #BCAA47;
}
</style>