Shades of Dark Goldenrod #BE8701
Tints of Dark Goldenrod #BE8701
RGB
CMYK
RGB Variations
Color information
#BE8701 (or 0xBE8701) is known color: Dark Goldenrod. HEX triplet: BE, 87 and 01. RGB value is (190,135,1). Sum of RGB (Red+Green+Blue) = 190+135+1=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8701 is #4178FE. Grayscale: #888888. Windows color (decimal): -4290815 or 100286. OLE color: 100286.
HSL color Cylindrical-coordinate representation of color #BE8701: hue angle of 42.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE8701 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.25 |
| HSL | 42.54º | 0.99% | 0.37% | - |
| HSV(B) | 42.54º | 0.99% | 0.75% | - |
| XYZ | 29.9 | 28.28 | 3.91 | - |
| YUV | 136.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 1 | 0 | 0.29 | 0.99 | 0.25 | 42.54 | 0.99 | 0.37 |
| Hex | BE | 87 | 1 | 0 | 1D | 63 | 19 | 2B | 63 | 25 |
| Octal | 276 | 207 | 1 | 0 | 35 | 143 | 31 | 53 | 143 | 45 |
| Binary | 10111110 | 10000111 | 1 | 0 | 11101 | 1100011 | 11001 | 101011 | 1100011 | 100101 |
Color Harmonies of #BE8701
Complementary color
Monochromatic Colors of #BE8701
Black with #BE8701
Text Example
Text Example
White with #BE8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8701; }
p { color: rgb(190,135,1); }
H1.HeaderClassName
{
color: #BE8701;
}
.AnyTagClassName
{
color: #BE8701;
}
</style>
background-color css
<style>
a { background-color: #BE8701; }
a { background-color: rgb(190,135,1); }
div.DivClassName
{
background-color: #BE8701;
}
.BgClassName
{
background-color: #BE8701;
}
</style>
border-color css
<style>
span { border-color: #BE8701; }
span { border-color: rgb(190,135,1); }
td.TdClassName
{
border-color: #BE8701;
}
.TagClassName
{
border-color: #BE8701;
}
</style>