Shades of Old Gold #BEB83F
Tints of Old Gold #BEB83F
RGB
CMYK
RGB Variations
Color information
#BEB83F (or 0xBEB83F) is known color: Old Gold. HEX triplet: BE, B8 and 3F. RGB value is (190,184,63). Sum of RGB (Red+Green+Blue) = 190+184+63=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB83F is #4147C0. Grayscale: #ACACAC. Windows color (decimal): -4278209 or 4176062. OLE color: 4176062.
HSL color Cylindrical-coordinate representation of color #BEB83F: hue angle of 57.17º 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 #BEB83F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.25 |
| HSL | 57.17º | 0.5% | 0.5% | - |
| HSV(B) | 57.17º | 0.67% | 0.75% | - |
| XYZ | 39.27 | 45.59 | 11.43 | - |
| YUV | 172 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 63 | 0 | 0.03 | 0.67 | 0.25 | 57.17 | 0.5 | 0.5 |
| Hex | BE | B8 | 3F | 0 | 3 | 43 | 19 | 39 | 32 | 32 |
| Octal | 276 | 270 | 77 | 0 | 3 | 103 | 31 | 71 | 62 | 62 |
| Binary | 10111110 | 10111000 | 111111 | 0 | 11 | 1000011 | 11001 | 111001 | 110010 | 110010 |
Color Harmonies of #BEB83F
Complementary color
Monochromatic Colors of #BEB83F
Black with #BEB83F
Text Example
Text Example
White with #BEB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB83F; }
p { color: rgb(190,184,63); }
H1.HeaderClassName
{
color: #BEB83F;
}
.AnyTagClassName
{
color: #BEB83F;
}
</style>
background-color css
<style>
a { background-color: #BEB83F; }
a { background-color: rgb(190,184,63); }
div.DivClassName
{
background-color: #BEB83F;
}
.BgClassName
{
background-color: #BEB83F;
}
</style>
border-color css
<style>
span { border-color: #BEB83F; }
span { border-color: rgb(190,184,63); }
td.TdClassName
{
border-color: #BEB83F;
}
.TagClassName
{
border-color: #BEB83F;
}
</style>