Shades of Old Gold #BEBC3A
Tints of Old Gold #BEBC3A
RGB
CMYK
RGB Variations
Color information
#BEBC3A (or 0xBEBC3A) is known color: Old Gold. HEX triplet: BE, BC and 3A. RGB value is (190,188,58). Sum of RGB (Red+Green+Blue) = 190+188+58=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC3A is #4143C5. Grayscale: #AEAEAE. Windows color (decimal): -4277190 or 3849406. OLE color: 3849406.
HSL color Cylindrical-coordinate representation of color #BEBC3A: hue angle of 59.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEBC3A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 58 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.25 |
| HSL | 59.09º | 0.53% | 0.49% | - |
| HSV(B) | 59.09º | 0.69% | 0.75% | - |
| XYZ | 39.98 | 47.22 | 11.01 | - |
| YUV | 173.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 58 | 0 | 0.01 | 0.69 | 0.25 | 59.09 | 0.53 | 0.49 |
| Hex | BE | BC | 3A | 0 | 1 | 45 | 19 | 3B | 35 | 31 |
| Octal | 276 | 274 | 72 | 0 | 1 | 105 | 31 | 73 | 65 | 61 |
| Binary | 10111110 | 10111100 | 111010 | 0 | 1 | 1000101 | 11001 | 111011 | 110101 | 110001 |
Color Harmonies of #BEBC3A
Complementary color
Monochromatic Colors of #BEBC3A
Black with #BEBC3A
Text Example
Text Example
White with #BEBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC3A; }
p { color: rgb(190,188,58); }
H1.HeaderClassName
{
color: #BEBC3A;
}
.AnyTagClassName
{
color: #BEBC3A;
}
</style>
background-color css
<style>
a { background-color: #BEBC3A; }
a { background-color: rgb(190,188,58); }
div.DivClassName
{
background-color: #BEBC3A;
}
.BgClassName
{
background-color: #BEBC3A;
}
</style>
border-color css
<style>
span { border-color: #BEBC3A; }
span { border-color: rgb(190,188,58); }
td.TdClassName
{
border-color: #BEBC3A;
}
.TagClassName
{
border-color: #BEBC3A;
}
</style>