Shades of Dark Goldenrod #BE8D08
Tints of Dark Goldenrod #BE8D08
RGB
CMYK
RGB Variations
Color information
#BE8D08 (or 0xBE8D08) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 08. RGB value is (190,141,8). Sum of RGB (Red+Green+Blue) = 190+141+8=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D08 is #4172F7. Grayscale: #8D8D8D. Windows color (decimal): -4289272 or 560574. OLE color: 560574.
HSL color Cylindrical-coordinate representation of color #BE8D08: hue angle of 43.85º degrees, saturation: 0.92, 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 #BE8D08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.25 |
| HSL | 43.85º | 0.92% | 0.39% | - |
| HSV(B) | 43.85º | 0.96% | 0.75% | - |
| XYZ | 30.8 | 30.01 | 4.4 | - |
| YUV | 140.49 | 53.23 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 8 | 0 | 0.26 | 0.96 | 0.25 | 43.85 | 0.92 | 0.39 |
| Hex | BE | 8D | 8 | 0 | 1A | 60 | 19 | 2C | 5C | 27 |
| Octal | 276 | 215 | 10 | 0 | 32 | 140 | 31 | 54 | 134 | 47 |
| Binary | 10111110 | 10001101 | 1000 | 0 | 11010 | 1100000 | 11001 | 101100 | 1011100 | 100111 |
Color Harmonies of #BE8D08
Complementary color
Monochromatic Colors of #BE8D08
Black with #BE8D08
Text Example
Text Example
White with #BE8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D08; }
p { color: rgb(190,141,8); }
H1.HeaderClassName
{
color: #BE8D08;
}
.AnyTagClassName
{
color: #BE8D08;
}
</style>
background-color css
<style>
a { background-color: #BE8D08; }
a { background-color: rgb(190,141,8); }
div.DivClassName
{
background-color: #BE8D08;
}
.BgClassName
{
background-color: #BE8D08;
}
</style>
border-color css
<style>
span { border-color: #BE8D08; }
span { border-color: rgb(190,141,8); }
td.TdClassName
{
border-color: #BE8D08;
}
.TagClassName
{
border-color: #BE8D08;
}
</style>