Shades of Old Gold #BEBA2F
Tints of Old Gold #BEBA2F
RGB
CMYK
RGB Variations
Color information
#BEBA2F (or 0xBEBA2F) is known color: Old Gold. HEX triplet: BE, BA and 2F. RGB value is (190,186,47). Sum of RGB (Red+Green+Blue) = 190+186+47=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA2F is #4145D0. Grayscale: #ABABAB. Windows color (decimal): -4277713 or 3127998. OLE color: 3127998.
HSL color Cylindrical-coordinate representation of color #BEBA2F: hue angle of 58.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEBA2F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 47 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.25 |
| HSL | 58.32º | 0.6% | 0.46% | - |
| HSV(B) | 58.32º | 0.75% | 0.75% | - |
| XYZ | 39.31 | 46.27 | 9.55 | - |
| YUV | 171.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 47 | 0 | 0.02 | 0.75 | 0.25 | 58.32 | 0.6 | 0.46 |
| Hex | BE | BA | 2F | 0 | 2 | 4B | 19 | 3A | 3C | 2E |
| Octal | 276 | 272 | 57 | 0 | 2 | 113 | 31 | 72 | 74 | 56 |
| Binary | 10111110 | 10111010 | 101111 | 0 | 10 | 1001011 | 11001 | 111010 | 111100 | 101110 |
Color Harmonies of #BEBA2F
Complementary color
Monochromatic Colors of #BEBA2F
Black with #BEBA2F
Text Example
Text Example
White with #BEBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA2F; }
p { color: rgb(190,186,47); }
H1.HeaderClassName
{
color: #BEBA2F;
}
.AnyTagClassName
{
color: #BEBA2F;
}
</style>
background-color css
<style>
a { background-color: #BEBA2F; }
a { background-color: rgb(190,186,47); }
div.DivClassName
{
background-color: #BEBA2F;
}
.BgClassName
{
background-color: #BEBA2F;
}
</style>
border-color css
<style>
span { border-color: #BEBA2F; }
span { border-color: rgb(190,186,47); }
td.TdClassName
{
border-color: #BEBA2F;
}
.TagClassName
{
border-color: #BEBA2F;
}
</style>