Shades of Old Gold #BEBA31
Tints of Old Gold #BEBA31
RGB
CMYK
RGB Variations
Color information
#BEBA31 (or 0xBEBA31) is known color: Old Gold. HEX triplet: BE, BA and 31. RGB value is (190,186,49). Sum of RGB (Red+Green+Blue) = 190+186+49=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA31 is #4145CE. Grayscale: #ACACAC. Windows color (decimal): -4277711 or 3259070. OLE color: 3259070.
HSL color Cylindrical-coordinate representation of color #BEBA31: hue angle of 58.3º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEBA31 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 49 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.25 |
| HSL | 58.3º | 0.59% | 0.47% | - |
| HSV(B) | 58.3º | 0.74% | 0.75% | - |
| XYZ | 39.35 | 46.29 | 9.77 | - |
| YUV | 171.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 49 | 0 | 0.02 | 0.74 | 0.25 | 58.3 | 0.59 | 0.47 |
| Hex | BE | BA | 31 | 0 | 2 | 4A | 19 | 3A | 3B | 2F |
| Octal | 276 | 272 | 61 | 0 | 2 | 112 | 31 | 72 | 73 | 57 |
| Binary | 10111110 | 10111010 | 110001 | 0 | 10 | 1001010 | 11001 | 111010 | 111011 | 101111 |
Color Harmonies of #BEBA31
Complementary color
Monochromatic Colors of #BEBA31
Black with #BEBA31
Text Example
Text Example
White with #BEBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA31; }
p { color: rgb(190,186,49); }
H1.HeaderClassName
{
color: #BEBA31;
}
.AnyTagClassName
{
color: #BEBA31;
}
</style>
background-color css
<style>
a { background-color: #BEBA31; }
a { background-color: rgb(190,186,49); }
div.DivClassName
{
background-color: #BEBA31;
}
.BgClassName
{
background-color: #BEBA31;
}
</style>
border-color css
<style>
span { border-color: #BEBA31; }
span { border-color: rgb(190,186,49); }
td.TdClassName
{
border-color: #BEBA31;
}
.TagClassName
{
border-color: #BEBA31;
}
</style>