Shades of Old Gold #BEBE32
Tints of Old Gold #BEBE32
RGB
CMYK
RGB Variations
Color information
#BEBE32 (or 0xBEBE32) is known color: Old Gold. HEX triplet: BE, BE and 32. RGB value is (190,190,50). Sum of RGB (Red+Green+Blue) = 190+190+50=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE32 is #4141CD. Grayscale: #AEAEAE. Windows color (decimal): -4276686 or 3325630. OLE color: 3325630.
HSL color Cylindrical-coordinate representation of color #BEBE32: hue angle of 60º degrees, saturation: 0.58, 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 #BEBE32 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 50 | - |
| CMYK | 0 | 0 | 0.74 | 0.25 |
| HSL | 60º | 0.58% | 0.47% | - |
| HSV(B) | 60º | 0.74% | 0.75% | - |
| XYZ | 40.22 | 48 | 10.16 | - |
| YUV | 174.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 50 | 0 | 0 | 0.74 | 0.25 | 60 | 0.58 | 0.47 |
| Hex | BE | BE | 32 | 0 | 0 | 4A | 19 | 3C | 3A | 2F |
| Octal | 276 | 276 | 62 | 0 | 0 | 112 | 31 | 74 | 72 | 57 |
| Binary | 10111110 | 10111110 | 110010 | 0 | 0 | 1001010 | 11001 | 111100 | 111010 | 101111 |
Color Harmonies of #BEBE32
Complementary color
Monochromatic Colors of #BEBE32
Black with #BEBE32
Text Example
Text Example
White with #BEBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE32; }
p { color: rgb(190,190,50); }
H1.HeaderClassName
{
color: #BEBE32;
}
.AnyTagClassName
{
color: #BEBE32;
}
</style>
background-color css
<style>
a { background-color: #BEBE32; }
a { background-color: rgb(190,190,50); }
div.DivClassName
{
background-color: #BEBE32;
}
.BgClassName
{
background-color: #BEBE32;
}
</style>
border-color css
<style>
span { border-color: #BEBE32; }
span { border-color: rgb(190,190,50); }
td.TdClassName
{
border-color: #BEBE32;
}
.TagClassName
{
border-color: #BEBE32;
}
</style>