Shades of Old Gold #BCB734
Tints of Old Gold #BCB734
RGB
CMYK
RGB Variations
Color information
#BCB734 (or 0xBCB734) is known color: Old Gold. HEX triplet: BC, B7 and 34. RGB value is (188,183,52). Sum of RGB (Red+Green+Blue) = 188+183+52=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB734 is #4348CB. Grayscale: #AAAAAA. Windows color (decimal): -4409548 or 3454908. OLE color: 3454908.
HSL color Cylindrical-coordinate representation of color #BCB734: hue angle of 57.79º degrees, saturation: 0.57, 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 #BCB734 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 52 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.26 |
| HSL | 57.79º | 0.57% | 0.47% | - |
| HSV(B) | 57.79º | 0.72% | 0.74% | - |
| XYZ | 38.29 | 44.81 | 9.88 | - |
| YUV | 169.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 52 | 0 | 0.03 | 0.72 | 0.26 | 57.79 | 0.57 | 0.47 |
| Hex | BC | B7 | 34 | 0 | 3 | 48 | 1A | 3A | 39 | 2F |
| Octal | 274 | 267 | 64 | 0 | 3 | 110 | 32 | 72 | 71 | 57 |
| Binary | 10111100 | 10110111 | 110100 | 0 | 11 | 1001000 | 11010 | 111010 | 111001 | 101111 |
Color Harmonies of #BCB734
Complementary color
Monochromatic Colors of #BCB734
Black with #BCB734
Text Example
Text Example
White with #BCB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB734; }
p { color: rgb(188,183,52); }
H1.HeaderClassName
{
color: #BCB734;
}
.AnyTagClassName
{
color: #BCB734;
}
</style>
background-color css
<style>
a { background-color: #BCB734; }
a { background-color: rgb(188,183,52); }
div.DivClassName
{
background-color: #BCB734;
}
.BgClassName
{
background-color: #BCB734;
}
</style>
border-color css
<style>
span { border-color: #BCB734; }
span { border-color: rgb(188,183,52); }
td.TdClassName
{
border-color: #BCB734;
}
.TagClassName
{
border-color: #BCB734;
}
</style>