Shades of Old Gold #BCB633
Tints of Old Gold #BCB633
RGB
CMYK
RGB Variations
Color information
#BCB633 (or 0xBCB633) is known color: Old Gold. HEX triplet: BC, B6 and 33. RGB value is (188,182,51). Sum of RGB (Red+Green+Blue) = 188+182+51=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB633 is #4349CC. Grayscale: #A9A9A9. Windows color (decimal): -4409805 or 3389116. OLE color: 3389116.
HSL color Cylindrical-coordinate representation of color #BCB633: hue angle of 57.37º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCB633 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 51 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.26 |
| HSL | 57.37º | 0.57% | 0.47% | - |
| HSV(B) | 57.37º | 0.73% | 0.74% | - |
| XYZ | 38.06 | 44.39 | 9.69 | - |
| YUV | 168.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 51 | 0 | 0.03 | 0.73 | 0.26 | 57.37 | 0.57 | 0.47 |
| Hex | BC | B6 | 33 | 0 | 3 | 49 | 1A | 39 | 39 | 2F |
| Octal | 274 | 266 | 63 | 0 | 3 | 111 | 32 | 71 | 71 | 57 |
| Binary | 10111100 | 10110110 | 110011 | 0 | 11 | 1001001 | 11010 | 111001 | 111001 | 101111 |
Color Harmonies of #BCB633
Complementary color
Monochromatic Colors of #BCB633
Black with #BCB633
Text Example
Text Example
White with #BCB633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB633; }
p { color: rgb(188,182,51); }
H1.HeaderClassName
{
color: #BCB633;
}
.AnyTagClassName
{
color: #BCB633;
}
</style>
background-color css
<style>
a { background-color: #BCB633; }
a { background-color: rgb(188,182,51); }
div.DivClassName
{
background-color: #BCB633;
}
.BgClassName
{
background-color: #BCB633;
}
</style>
border-color css
<style>
span { border-color: #BCB633; }
span { border-color: rgb(188,182,51); }
td.TdClassName
{
border-color: #BCB633;
}
.TagClassName
{
border-color: #BCB633;
}
</style>