Shades of Dark Goldenrod #BE8C05
Tints of Dark Goldenrod #BE8C05
RGB
CMYK
RGB Variations
Color information
#BE8C05 (or 0xBE8C05) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 05. RGB value is (190,140,5). Sum of RGB (Red+Green+Blue) = 190+140+5=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C05 is #4173FA. Grayscale: #8C8C8C. Windows color (decimal): -4289531 or 363710. OLE color: 363710.
HSL color Cylindrical-coordinate representation of color #BE8C05: hue angle of 43.78º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE8C05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.25 |
| HSL | 43.78º | 0.95% | 0.38% | - |
| HSV(B) | 43.78º | 0.97% | 0.75% | - |
| XYZ | 30.64 | 29.71 | 4.26 | - |
| YUV | 139.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 5 | 0 | 0.26 | 0.97 | 0.25 | 43.78 | 0.95 | 0.38 |
| Hex | BE | 8C | 5 | 0 | 1A | 61 | 19 | 2C | 5F | 26 |
| Octal | 276 | 214 | 5 | 0 | 32 | 141 | 31 | 54 | 137 | 46 |
| Binary | 10111110 | 10001100 | 101 | 0 | 11010 | 1100001 | 11001 | 101100 | 1011111 | 100110 |
Color Harmonies of #BE8C05
Complementary color
Monochromatic Colors of #BE8C05
Black with #BE8C05
Text Example
Text Example
White with #BE8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C05; }
p { color: rgb(190,140,5); }
H1.HeaderClassName
{
color: #BE8C05;
}
.AnyTagClassName
{
color: #BE8C05;
}
</style>
background-color css
<style>
a { background-color: #BE8C05; }
a { background-color: rgb(190,140,5); }
div.DivClassName
{
background-color: #BE8C05;
}
.BgClassName
{
background-color: #BE8C05;
}
</style>
border-color css
<style>
span { border-color: #BE8C05; }
span { border-color: rgb(190,140,5); }
td.TdClassName
{
border-color: #BE8C05;
}
.TagClassName
{
border-color: #BE8C05;
}
</style>