Shades of Old Gold #BCB836
Tints of Old Gold #BCB836
RGB
CMYK
RGB Variations
Color information
#BCB836 (or 0xBCB836) is known color: Old Gold. HEX triplet: BC, B8 and 36. RGB value is (188,184,54). Sum of RGB (Red+Green+Blue) = 188+184+54=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB836 is #4347C9. Grayscale: #AAAAAA. Windows color (decimal): -4409290 or 3586236. OLE color: 3586236.
HSL color Cylindrical-coordinate representation of color #BCB836: hue angle of 58.21º 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 #BCB836 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 54 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.26 |
| HSL | 58.21º | 0.55% | 0.47% | - |
| HSV(B) | 58.21º | 0.71% | 0.74% | - |
| XYZ | 38.55 | 45.24 | 10.19 | - |
| YUV | 170.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 54 | 0 | 0.02 | 0.71 | 0.26 | 58.21 | 0.55 | 0.47 |
| Hex | BC | B8 | 36 | 0 | 2 | 47 | 1A | 3A | 37 | 2F |
| Octal | 274 | 270 | 66 | 0 | 2 | 107 | 32 | 72 | 67 | 57 |
| Binary | 10111100 | 10111000 | 110110 | 0 | 10 | 1000111 | 11010 | 111010 | 110111 | 101111 |
Color Harmonies of #BCB836
Complementary color
Monochromatic Colors of #BCB836
Black with #BCB836
Text Example
Text Example
White with #BCB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB836; }
p { color: rgb(188,184,54); }
H1.HeaderClassName
{
color: #BCB836;
}
.AnyTagClassName
{
color: #BCB836;
}
</style>
background-color css
<style>
a { background-color: #BCB836; }
a { background-color: rgb(188,184,54); }
div.DivClassName
{
background-color: #BCB836;
}
.BgClassName
{
background-color: #BCB836;
}
</style>
border-color css
<style>
span { border-color: #BCB836; }
span { border-color: rgb(188,184,54); }
td.TdClassName
{
border-color: #BCB836;
}
.TagClassName
{
border-color: #BCB836;
}
</style>