Shades of Dark Goldenrod #BE8C07
Tints of Dark Goldenrod #BE8C07
RGB
CMYK
RGB Variations
Color information
#BE8C07 (or 0xBE8C07) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 07. RGB value is (190,140,7). Sum of RGB (Red+Green+Blue) = 190+140+7=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C07 is #4173F8. Grayscale: #8C8C8C. Windows color (decimal): -4289529 or 494782. OLE color: 494782.
HSL color Cylindrical-coordinate representation of color #BE8C07: hue angle of 43.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE8C07 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 7 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.25 |
| HSL | 43.61º | 0.93% | 0.39% | - |
| HSV(B) | 43.61º | 0.96% | 0.75% | - |
| XYZ | 30.65 | 29.72 | 4.32 | - |
| YUV | 139.79 | 53.07 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 7 | 0 | 0.26 | 0.96 | 0.25 | 43.61 | 0.93 | 0.39 |
| Hex | BE | 8C | 7 | 0 | 1A | 60 | 19 | 2C | 5D | 27 |
| Octal | 276 | 214 | 7 | 0 | 32 | 140 | 31 | 54 | 135 | 47 |
| Binary | 10111110 | 10001100 | 111 | 0 | 11010 | 1100000 | 11001 | 101100 | 1011101 | 100111 |
Color Harmonies of #BE8C07
Complementary color
Monochromatic Colors of #BE8C07
Black with #BE8C07
Text Example
Text Example
White with #BE8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C07; }
p { color: rgb(190,140,7); }
H1.HeaderClassName
{
color: #BE8C07;
}
.AnyTagClassName
{
color: #BE8C07;
}
</style>
background-color css
<style>
a { background-color: #BE8C07; }
a { background-color: rgb(190,140,7); }
div.DivClassName
{
background-color: #BE8C07;
}
.BgClassName
{
background-color: #BE8C07;
}
</style>
border-color css
<style>
span { border-color: #BE8C07; }
span { border-color: rgb(190,140,7); }
td.TdClassName
{
border-color: #BE8C07;
}
.TagClassName
{
border-color: #BE8C07;
}
</style>