Shades of Old Gold #BEBA30
Tints of Old Gold #BEBA30
RGB
CMYK
RGB Variations
Color information
#BEBA30 (or 0xBEBA30) is known color: Old Gold. HEX triplet: BE, BA and 30. RGB value is (190,186,48). Sum of RGB (Red+Green+Blue) = 190+186+48=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA30 is #4145CF. Grayscale: #ACACAC. Windows color (decimal): -4277712 or 3193534. OLE color: 3193534.
HSL color Cylindrical-coordinate representation of color #BEBA30: hue angle of 58.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEBA30 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 48 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.25 |
| HSL | 58.31º | 0.6% | 0.47% | - |
| HSV(B) | 58.31º | 0.75% | 0.75% | - |
| XYZ | 39.33 | 46.28 | 9.66 | - |
| YUV | 171.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 48 | 0 | 0.02 | 0.75 | 0.25 | 58.31 | 0.6 | 0.47 |
| Hex | BE | BA | 30 | 0 | 2 | 4B | 19 | 3A | 3C | 2F |
| Octal | 276 | 272 | 60 | 0 | 2 | 113 | 31 | 72 | 74 | 57 |
| Binary | 10111110 | 10111010 | 110000 | 0 | 10 | 1001011 | 11001 | 111010 | 111100 | 101111 |
Color Harmonies of #BEBA30
Complementary color
Monochromatic Colors of #BEBA30
Black with #BEBA30
Text Example
Text Example
White with #BEBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA30; }
p { color: rgb(190,186,48); }
H1.HeaderClassName
{
color: #BEBA30;
}
.AnyTagClassName
{
color: #BEBA30;
}
</style>
background-color css
<style>
a { background-color: #BEBA30; }
a { background-color: rgb(190,186,48); }
div.DivClassName
{
background-color: #BEBA30;
}
.BgClassName
{
background-color: #BEBA30;
}
</style>
border-color css
<style>
span { border-color: #BEBA30; }
span { border-color: rgb(190,186,48); }
td.TdClassName
{
border-color: #BEBA30;
}
.TagClassName
{
border-color: #BEBA30;
}
</style>