Shades of Old Gold #BCB935
Tints of Old Gold #BCB935
RGB
CMYK
RGB Variations
Color information
#BCB935 (or 0xBCB935) is known color: Old Gold. HEX triplet: BC, B9 and 35. RGB value is (188,185,53). Sum of RGB (Red+Green+Blue) = 188+185+53=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB935 is #4346CA. Grayscale: #ABABAB. Windows color (decimal): -4409035 or 3520956. OLE color: 3520956.
HSL color Cylindrical-coordinate representation of color #BCB935: hue angle of 58.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCB935 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 53 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.26 |
| HSL | 58.67º | 0.56% | 0.47% | - |
| HSV(B) | 58.67º | 0.72% | 0.74% | - |
| XYZ | 38.73 | 45.65 | 10.14 | - |
| YUV | 170.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 53 | 0 | 0.02 | 0.72 | 0.26 | 58.67 | 0.56 | 0.47 |
| Hex | BC | B9 | 35 | 0 | 2 | 48 | 1A | 3B | 38 | 2F |
| Octal | 274 | 271 | 65 | 0 | 2 | 110 | 32 | 73 | 70 | 57 |
| Binary | 10111100 | 10111001 | 110101 | 0 | 10 | 1001000 | 11010 | 111011 | 111000 | 101111 |
Color Harmonies of #BCB935
Complementary color
Monochromatic Colors of #BCB935
Black with #BCB935
Text Example
Text Example
White with #BCB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB935; }
p { color: rgb(188,185,53); }
H1.HeaderClassName
{
color: #BCB935;
}
.AnyTagClassName
{
color: #BCB935;
}
</style>
background-color css
<style>
a { background-color: #BCB935; }
a { background-color: rgb(188,185,53); }
div.DivClassName
{
background-color: #BCB935;
}
.BgClassName
{
background-color: #BCB935;
}
</style>
border-color css
<style>
span { border-color: #BCB935; }
span { border-color: rgb(188,185,53); }
td.TdClassName
{
border-color: #BCB935;
}
.TagClassName
{
border-color: #BCB935;
}
</style>