Shades of Old Gold #BEB93F
Tints of Old Gold #BEB93F
RGB
CMYK
RGB Variations
Color information
#BEB93F (or 0xBEB93F) is known color: Old Gold. HEX triplet: BE, B9 and 3F. RGB value is (190,185,63). Sum of RGB (Red+Green+Blue) = 190+185+63=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB93F is #4146C0. Grayscale: #ADADAD. Windows color (decimal): -4277953 or 4176318. OLE color: 4176318.
HSL color Cylindrical-coordinate representation of color #BEB93F: hue angle of 57.64º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEB93F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.25 |
| HSL | 57.64º | 0.5% | 0.5% | - |
| HSV(B) | 57.64º | 0.67% | 0.75% | - |
| XYZ | 39.48 | 46 | 11.5 | - |
| YUV | 172.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 63 | 0 | 0.03 | 0.67 | 0.25 | 57.64 | 0.5 | 0.5 |
| Hex | BE | B9 | 3F | 0 | 3 | 43 | 19 | 3A | 32 | 32 |
| Octal | 276 | 271 | 77 | 0 | 3 | 103 | 31 | 72 | 62 | 62 |
| Binary | 10111110 | 10111001 | 111111 | 0 | 11 | 1000011 | 11001 | 111010 | 110010 | 110010 |
Color Harmonies of #BEB93F
Complementary color
Monochromatic Colors of #BEB93F
Black with #BEB93F
Text Example
Text Example
White with #BEB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB93F; }
p { color: rgb(190,185,63); }
H1.HeaderClassName
{
color: #BEB93F;
}
.AnyTagClassName
{
color: #BEB93F;
}
</style>
background-color css
<style>
a { background-color: #BEB93F; }
a { background-color: rgb(190,185,63); }
div.DivClassName
{
background-color: #BEB93F;
}
.BgClassName
{
background-color: #BEB93F;
}
</style>
border-color css
<style>
span { border-color: #BEB93F; }
span { border-color: rgb(190,185,63); }
td.TdClassName
{
border-color: #BEB93F;
}
.TagClassName
{
border-color: #BEB93F;
}
</style>