Shades of Brass #BCA947
Tints of Brass #BCA947
RGB
CMYK
RGB Variations
Color information
#BCA947 (or 0xBCA947) is known color: Brass. HEX triplet: BC, A9 and 47. RGB value is (188,169,71). Sum of RGB (Red+Green+Blue) = 188+169+71=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA947 is #4356B8. Grayscale: #A3A3A3. Windows color (decimal): -4413113 or 4696508. OLE color: 4696508.
HSL color Cylindrical-coordinate representation of color #BCA947: hue angle of 50.26º 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 #BCA947 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 71 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.26 |
| HSL | 50.26º | 0.47% | 0.51% | - |
| HSV(B) | 50.26º | 0.62% | 0.74% | - |
| XYZ | 36.06 | 39.52 | 11.69 | - |
| YUV | 163.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 71 | 0 | 0.10 | 0.62 | 0.26 | 50.26 | 0.47 | 0.51 |
| Hex | BC | A9 | 47 | 0 | A | 3E | 1A | 32 | 2F | 33 |
| Octal | 274 | 251 | 107 | 0 | 12 | 76 | 32 | 62 | 57 | 63 |
| Binary | 10111100 | 10101001 | 1000111 | 0 | 1010 | 111110 | 11010 | 110010 | 101111 | 110011 |
Color Harmonies of #BCA947
Complementary color
Monochromatic Colors of #BCA947
Black with #BCA947
Text Example
Text Example
White with #BCA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA947; }
p { color: rgb(188,169,71); }
H1.HeaderClassName
{
color: #BCA947;
}
.AnyTagClassName
{
color: #BCA947;
}
</style>
background-color css
<style>
a { background-color: #BCA947; }
a { background-color: rgb(188,169,71); }
div.DivClassName
{
background-color: #BCA947;
}
.BgClassName
{
background-color: #BCA947;
}
</style>
border-color css
<style>
span { border-color: #BCA947; }
span { border-color: rgb(188,169,71); }
td.TdClassName
{
border-color: #BCA947;
}
.TagClassName
{
border-color: #BCA947;
}
</style>