Shades of Brass #BCA847
Tints of Brass #BCA847
RGB
CMYK
RGB Variations
Color information
#BCA847 (or 0xBCA847) is known color: Brass. HEX triplet: BC, A8 and 47. RGB value is (188,168,71). Sum of RGB (Red+Green+Blue) = 188+168+71=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA847 is #4357B8. Grayscale: #A3A3A3. Windows color (decimal): -4413369 or 4696252. OLE color: 4696252.
HSL color Cylindrical-coordinate representation of color #BCA847: hue angle of 49.74º 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 #BCA847 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.26 |
| HSL | 49.74º | 0.47% | 0.51% | - |
| HSV(B) | 49.74º | 0.62% | 0.74% | - |
| XYZ | 35.88 | 39.15 | 11.63 | - |
| YUV | 162.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 71 | 0 | 0.11 | 0.62 | 0.26 | 49.74 | 0.47 | 0.51 |
| Hex | BC | A8 | 47 | 0 | B | 3E | 1A | 32 | 2F | 33 |
| Octal | 274 | 250 | 107 | 0 | 13 | 76 | 32 | 62 | 57 | 63 |
| Binary | 10111100 | 10101000 | 1000111 | 0 | 1011 | 111110 | 11010 | 110010 | 101111 | 110011 |
Color Harmonies of #BCA847
Complementary color
Monochromatic Colors of #BCA847
Black with #BCA847
Text Example
Text Example
White with #BCA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA847; }
p { color: rgb(188,168,71); }
H1.HeaderClassName
{
color: #BCA847;
}
.AnyTagClassName
{
color: #BCA847;
}
</style>
background-color css
<style>
a { background-color: #BCA847; }
a { background-color: rgb(188,168,71); }
div.DivClassName
{
background-color: #BCA847;
}
.BgClassName
{
background-color: #BCA847;
}
</style>
border-color css
<style>
span { border-color: #BCA847; }
span { border-color: rgb(188,168,71); }
td.TdClassName
{
border-color: #BCA847;
}
.TagClassName
{
border-color: #BCA847;
}
</style>