Shades of Brass #BCA83C
Tints of Brass #BCA83C
RGB
CMYK
RGB Variations
Color information
#BCA83C (or 0xBCA83C) is known color: Brass. HEX triplet: BC, A8 and 3C. RGB value is (188,168,60). Sum of RGB (Red+Green+Blue) = 188+168+60=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA83C is #4357C3. Grayscale: #A2A2A2. Windows color (decimal): -4413380 or 3975356. OLE color: 3975356.
HSL color Cylindrical-coordinate representation of color #BCA83C: hue angle of 50.62º 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 #BCA83C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 60 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.26 |
| HSL | 50.63º | 0.52% | 0.49% | - |
| HSV(B) | 50.63º | 0.68% | 0.74% | - |
| XYZ | 35.56 | 39.02 | 9.93 | - |
| YUV | 161.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 60 | 0 | 0.11 | 0.68 | 0.26 | 50.63 | 0.52 | 0.49 |
| Hex | BC | A8 | 3C | 0 | B | 44 | 1A | 33 | 34 | 31 |
| Octal | 274 | 250 | 74 | 0 | 13 | 104 | 32 | 63 | 64 | 61 |
| Binary | 10111100 | 10101000 | 111100 | 0 | 1011 | 1000100 | 11010 | 110011 | 110100 | 110001 |
Color Harmonies of #BCA83C
Complementary color
Monochromatic Colors of #BCA83C
Black with #BCA83C
Text Example
Text Example
White with #BCA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA83C; }
p { color: rgb(188,168,60); }
H1.HeaderClassName
{
color: #BCA83C;
}
.AnyTagClassName
{
color: #BCA83C;
}
</style>
background-color css
<style>
a { background-color: #BCA83C; }
a { background-color: rgb(188,168,60); }
div.DivClassName
{
background-color: #BCA83C;
}
.BgClassName
{
background-color: #BCA83C;
}
</style>
border-color css
<style>
span { border-color: #BCA83C; }
span { border-color: rgb(188,168,60); }
td.TdClassName
{
border-color: #BCA83C;
}
.TagClassName
{
border-color: #BCA83C;
}
</style>