Shades of Dark Goldenrod #BE8D06
Tints of Dark Goldenrod #BE8D06
RGB
CMYK
RGB Variations
Color information
#BE8D06 (or 0xBE8D06) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 06. RGB value is (190,141,6). Sum of RGB (Red+Green+Blue) = 190+141+6=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D06 is #4172F9. Grayscale: #8C8C8C. Windows color (decimal): -4289274 or 429502. OLE color: 429502.
HSL color Cylindrical-coordinate representation of color #BE8D06: hue angle of 44.02º degrees, saturation: 0.94, 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 #BE8D06 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.25 |
| HSL | 44.02º | 0.94% | 0.38% | - |
| HSV(B) | 44.02º | 0.97% | 0.75% | - |
| XYZ | 30.79 | 30.01 | 4.34 | - |
| YUV | 140.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 6 | 0 | 0.26 | 0.97 | 0.25 | 44.02 | 0.94 | 0.38 |
| Hex | BE | 8D | 6 | 0 | 1A | 61 | 19 | 2C | 5E | 26 |
| Octal | 276 | 215 | 6 | 0 | 32 | 141 | 31 | 54 | 136 | 46 |
| Binary | 10111110 | 10001101 | 110 | 0 | 11010 | 1100001 | 11001 | 101100 | 1011110 | 100110 |
Color Harmonies of #BE8D06
Complementary color
Monochromatic Colors of #BE8D06
Black with #BE8D06
Text Example
Text Example
White with #BE8D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D06; }
p { color: rgb(190,141,6); }
H1.HeaderClassName
{
color: #BE8D06;
}
.AnyTagClassName
{
color: #BE8D06;
}
</style>
background-color css
<style>
a { background-color: #BE8D06; }
a { background-color: rgb(190,141,6); }
div.DivClassName
{
background-color: #BE8D06;
}
.BgClassName
{
background-color: #BE8D06;
}
</style>
border-color css
<style>
span { border-color: #BE8D06; }
span { border-color: rgb(190,141,6); }
td.TdClassName
{
border-color: #BE8D06;
}
.TagClassName
{
border-color: #BE8D06;
}
</style>