Shades of Brass #BCA73C
Tints of Brass #BCA73C
RGB
CMYK
RGB Variations
Color information
#BCA73C (or 0xBCA73C) is known color: Brass. HEX triplet: BC, A7 and 3C. RGB value is (188,167,60). Sum of RGB (Red+Green+Blue) = 188+167+60=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA73C is #4358C3. Grayscale: #A1A1A1. Windows color (decimal): -4413636 or 3975100. OLE color: 3975100.
HSL color Cylindrical-coordinate representation of color #BCA73C: hue angle of 50.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCA73C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 60 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.26 |
| HSL | 50.16º | 0.52% | 0.49% | - |
| HSV(B) | 50.16º | 0.68% | 0.74% | - |
| XYZ | 35.37 | 38.66 | 9.87 | - |
| YUV | 161.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 60 | 0 | 0.11 | 0.68 | 0.26 | 50.16 | 0.52 | 0.49 |
| Hex | BC | A7 | 3C | 0 | B | 44 | 1A | 32 | 34 | 31 |
| Octal | 274 | 247 | 74 | 0 | 13 | 104 | 32 | 62 | 64 | 61 |
| Binary | 10111100 | 10100111 | 111100 | 0 | 1011 | 1000100 | 11010 | 110010 | 110100 | 110001 |
Color Harmonies of #BCA73C
Complementary color
Monochromatic Colors of #BCA73C
Black with #BCA73C
Text Example
Text Example
White with #BCA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA73C; }
p { color: rgb(188,167,60); }
H1.HeaderClassName
{
color: #BCA73C;
}
.AnyTagClassName
{
color: #BCA73C;
}
</style>
background-color css
<style>
a { background-color: #BCA73C; }
a { background-color: rgb(188,167,60); }
div.DivClassName
{
background-color: #BCA73C;
}
.BgClassName
{
background-color: #BCA73C;
}
</style>
border-color css
<style>
span { border-color: #BCA73C; }
span { border-color: rgb(188,167,60); }
td.TdClassName
{
border-color: #BCA73C;
}
.TagClassName
{
border-color: #BCA73C;
}
</style>