Shades of Old Gold #BCB932
Tints of Old Gold #BCB932
RGB
CMYK
RGB Variations
Color information
#BCB932 (or 0xBCB932) is known color: Old Gold. HEX triplet: BC, B9 and 32. RGB value is (188,185,50). Sum of RGB (Red+Green+Blue) = 188+185+50=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB932 is #4346CD. Grayscale: #ABABAB. Windows color (decimal): -4409038 or 3324348. OLE color: 3324348.
HSL color Cylindrical-coordinate representation of color #BCB932: hue angle of 58.7º degrees, saturation: 0.58, 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 #BCB932 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 50 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.26 |
| HSL | 58.7º | 0.58% | 0.47% | - |
| HSV(B) | 58.7º | 0.73% | 0.74% | - |
| XYZ | 38.66 | 45.62 | 9.79 | - |
| YUV | 170.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 50 | 0 | 0.02 | 0.73 | 0.26 | 58.7 | 0.58 | 0.47 |
| Hex | BC | B9 | 32 | 0 | 2 | 49 | 1A | 3B | 3A | 2F |
| Octal | 274 | 271 | 62 | 0 | 2 | 111 | 32 | 73 | 72 | 57 |
| Binary | 10111100 | 10111001 | 110010 | 0 | 10 | 1001001 | 11010 | 111011 | 111010 | 101111 |
Color Harmonies of #BCB932
Complementary color
Monochromatic Colors of #BCB932
Black with #BCB932
Text Example
Text Example
White with #BCB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB932; }
p { color: rgb(188,185,50); }
H1.HeaderClassName
{
color: #BCB932;
}
.AnyTagClassName
{
color: #BCB932;
}
</style>
background-color css
<style>
a { background-color: #BCB932; }
a { background-color: rgb(188,185,50); }
div.DivClassName
{
background-color: #BCB932;
}
.BgClassName
{
background-color: #BCB932;
}
</style>
border-color css
<style>
span { border-color: #BCB932; }
span { border-color: rgb(188,185,50); }
td.TdClassName
{
border-color: #BCB932;
}
.TagClassName
{
border-color: #BCB932;
}
</style>