Shades of Brass #BCA73A
Tints of Brass #BCA73A
RGB
CMYK
RGB Variations
Color information
#BCA73A (or 0xBCA73A) is known color: Brass. HEX triplet: BC, A7 and 3A. RGB value is (188,167,58). Sum of RGB (Red+Green+Blue) = 188+167+58=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA73A is #4358C5. Grayscale: #A1A1A1. Windows color (decimal): -4413638 or 3844028. OLE color: 3844028.
HSL color Cylindrical-coordinate representation of color #BCA73A: hue angle of 50.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCA73A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 58 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.26 |
| HSL | 50.31º | 0.53% | 0.48% | - |
| HSV(B) | 50.31º | 0.69% | 0.74% | - |
| XYZ | 35.32 | 38.63 | 9.6 | - |
| YUV | 160.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 58 | 0 | 0.11 | 0.69 | 0.26 | 50.31 | 0.53 | 0.48 |
| Hex | BC | A7 | 3A | 0 | B | 45 | 1A | 32 | 35 | 30 |
| Octal | 274 | 247 | 72 | 0 | 13 | 105 | 32 | 62 | 65 | 60 |
| Binary | 10111100 | 10100111 | 111010 | 0 | 1011 | 1000101 | 11010 | 110010 | 110101 | 110000 |
Color Harmonies of #BCA73A
Complementary color
Monochromatic Colors of #BCA73A
Black with #BCA73A
Text Example
Text Example
White with #BCA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA73A; }
p { color: rgb(188,167,58); }
H1.HeaderClassName
{
color: #BCA73A;
}
.AnyTagClassName
{
color: #BCA73A;
}
</style>
background-color css
<style>
a { background-color: #BCA73A; }
a { background-color: rgb(188,167,58); }
div.DivClassName
{
background-color: #BCA73A;
}
.BgClassName
{
background-color: #BCA73A;
}
</style>
border-color css
<style>
span { border-color: #BCA73A; }
span { border-color: rgb(188,167,58); }
td.TdClassName
{
border-color: #BCA73A;
}
.TagClassName
{
border-color: #BCA73A;
}
</style>