Shades of Brass #BCA23C
Tints of Brass #BCA23C
RGB
CMYK
RGB Variations
Color information
#BCA23C (or 0xBCA23C) is known color: Brass. HEX triplet: BC, A2 and 3C. RGB value is (188,162,60). Sum of RGB (Red+Green+Blue) = 188+162+60=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA23C is #435DC3. Grayscale: #9E9E9E. Windows color (decimal): -4414916 or 3973820. OLE color: 3973820.
HSL color Cylindrical-coordinate representation of color #BCA23C: hue angle of 47.81º 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 #BCA23C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 60 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.26 |
| HSL | 47.81º | 0.52% | 0.49% | - |
| HSV(B) | 47.81º | 0.68% | 0.74% | - |
| XYZ | 34.47 | 36.86 | 9.57 | - |
| YUV | 158.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 60 | 0 | 0.14 | 0.68 | 0.26 | 47.81 | 0.52 | 0.49 |
| Hex | BC | A2 | 3C | 0 | E | 44 | 1A | 30 | 34 | 31 |
| Octal | 274 | 242 | 74 | 0 | 16 | 104 | 32 | 60 | 64 | 61 |
| Binary | 10111100 | 10100010 | 111100 | 0 | 1110 | 1000100 | 11010 | 110000 | 110100 | 110001 |
Color Harmonies of #BCA23C
Complementary color
Monochromatic Colors of #BCA23C
Black with #BCA23C
Text Example
Text Example
White with #BCA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA23C; }
p { color: rgb(188,162,60); }
H1.HeaderClassName
{
color: #BCA23C;
}
.AnyTagClassName
{
color: #BCA23C;
}
</style>
background-color css
<style>
a { background-color: #BCA23C; }
a { background-color: rgb(188,162,60); }
div.DivClassName
{
background-color: #BCA23C;
}
.BgClassName
{
background-color: #BCA23C;
}
</style>
border-color css
<style>
span { border-color: #BCA23C; }
span { border-color: rgb(188,162,60); }
td.TdClassName
{
border-color: #BCA23C;
}
.TagClassName
{
border-color: #BCA23C;
}
</style>