Shades of Old Gold #BCBB31
Tints of Old Gold #BCBB31
RGB
CMYK
RGB Variations
Color information
#BCBB31 (or 0xBCBB31) is known color: Old Gold. HEX triplet: BC, BB and 31. RGB value is (188,187,49). Sum of RGB (Red+Green+Blue) = 188+187+49=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB31 is #4344CE. Grayscale: #ACACAC. Windows color (decimal): -4408527 or 3259324. OLE color: 3259324.
HSL color Cylindrical-coordinate representation of color #BCBB31: hue angle of 59.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCBB31 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 49 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.26 |
| HSL | 59.57º | 0.59% | 0.46% | - |
| HSV(B) | 59.57º | 0.74% | 0.74% | - |
| XYZ | 39.06 | 46.45 | 9.81 | - |
| YUV | 171.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 49 | 0 | 0.01 | 0.74 | 0.26 | 59.57 | 0.59 | 0.46 |
| Hex | BC | BB | 31 | 0 | 1 | 4A | 1A | 3C | 3B | 2E |
| Octal | 274 | 273 | 61 | 0 | 1 | 112 | 32 | 74 | 73 | 56 |
| Binary | 10111100 | 10111011 | 110001 | 0 | 1 | 1001010 | 11010 | 111100 | 111011 | 101110 |
Color Harmonies of #BCBB31
Complementary color
Monochromatic Colors of #BCBB31
Black with #BCBB31
Text Example
Text Example
White with #BCBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB31; }
p { color: rgb(188,187,49); }
H1.HeaderClassName
{
color: #BCBB31;
}
.AnyTagClassName
{
color: #BCBB31;
}
</style>
background-color css
<style>
a { background-color: #BCBB31; }
a { background-color: rgb(188,187,49); }
div.DivClassName
{
background-color: #BCBB31;
}
.BgClassName
{
background-color: #BCBB31;
}
</style>
border-color css
<style>
span { border-color: #BCBB31; }
span { border-color: rgb(188,187,49); }
td.TdClassName
{
border-color: #BCBB31;
}
.TagClassName
{
border-color: #BCBB31;
}
</style>