Shades of Dark Goldenrod #BE8D07
Tints of Dark Goldenrod #BE8D07
RGB
CMYK
RGB Variations
Color information
#BE8D07 (or 0xBE8D07) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 07. RGB value is (190,141,7). Sum of RGB (Red+Green+Blue) = 190+141+7=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D07 is #4172F8. Grayscale: #8C8C8C. Windows color (decimal): -4289273 or 495038. OLE color: 495038.
HSL color Cylindrical-coordinate representation of color #BE8D07: hue angle of 43.93º 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 #BE8D07 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 7 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.25 |
| HSL | 43.93º | 0.93% | 0.39% | - |
| HSV(B) | 43.93º | 0.96% | 0.75% | - |
| XYZ | 30.8 | 30.01 | 4.37 | - |
| YUV | 140.38 | 52.73 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 7 | 0 | 0.26 | 0.96 | 0.25 | 43.93 | 0.93 | 0.39 |
| Hex | BE | 8D | 7 | 0 | 1A | 60 | 19 | 2C | 5D | 27 |
| Octal | 276 | 215 | 7 | 0 | 32 | 140 | 31 | 54 | 135 | 47 |
| Binary | 10111110 | 10001101 | 111 | 0 | 11010 | 1100000 | 11001 | 101100 | 1011101 | 100111 |
Color Harmonies of #BE8D07
Complementary color
Monochromatic Colors of #BE8D07
Black with #BE8D07
Text Example
Text Example
White with #BE8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D07; }
p { color: rgb(190,141,7); }
H1.HeaderClassName
{
color: #BE8D07;
}
.AnyTagClassName
{
color: #BE8D07;
}
</style>
background-color css
<style>
a { background-color: #BE8D07; }
a { background-color: rgb(190,141,7); }
div.DivClassName
{
background-color: #BE8D07;
}
.BgClassName
{
background-color: #BE8D07;
}
</style>
border-color css
<style>
span { border-color: #BE8D07; }
span { border-color: rgb(190,141,7); }
td.TdClassName
{
border-color: #BE8D07;
}
.TagClassName
{
border-color: #BE8D07;
}
</style>