Shades of Old Gold #BCBA36
Tints of Old Gold #BCBA36
RGB
CMYK
RGB Variations
Color information
#BCBA36 (or 0xBCBA36) is known color: Old Gold. HEX triplet: BC, BA and 36. RGB value is (188,186,54). Sum of RGB (Red+Green+Blue) = 188+186+54=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA36 is #4345C9. Grayscale: #ACACAC. Windows color (decimal): -4408778 or 3586748. OLE color: 3586748.
HSL color Cylindrical-coordinate representation of color #BCBA36: hue angle of 59.1º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCBA36 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 54 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.26 |
| HSL | 59.1º | 0.55% | 0.47% | - |
| HSV(B) | 59.1º | 0.71% | 0.74% | - |
| XYZ | 38.96 | 46.08 | 10.33 | - |
| YUV | 171.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 54 | 0 | 0.01 | 0.71 | 0.26 | 59.1 | 0.55 | 0.47 |
| Hex | BC | BA | 36 | 0 | 1 | 47 | 1A | 3B | 37 | 2F |
| Octal | 274 | 272 | 66 | 0 | 1 | 107 | 32 | 73 | 67 | 57 |
| Binary | 10111100 | 10111010 | 110110 | 0 | 1 | 1000111 | 11010 | 111011 | 110111 | 101111 |
Color Harmonies of #BCBA36
Complementary color
Monochromatic Colors of #BCBA36
Black with #BCBA36
Text Example
Text Example
White with #BCBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA36; }
p { color: rgb(188,186,54); }
H1.HeaderClassName
{
color: #BCBA36;
}
.AnyTagClassName
{
color: #BCBA36;
}
</style>
background-color css
<style>
a { background-color: #BCBA36; }
a { background-color: rgb(188,186,54); }
div.DivClassName
{
background-color: #BCBA36;
}
.BgClassName
{
background-color: #BCBA36;
}
</style>
border-color css
<style>
span { border-color: #BCBA36; }
span { border-color: rgb(188,186,54); }
td.TdClassName
{
border-color: #BCBA36;
}
.TagClassName
{
border-color: #BCBA36;
}
</style>