Shades of Dark Goldenrod #BE8F01
Tints of Dark Goldenrod #BE8F01
RGB
CMYK
RGB Variations
Color information
#BE8F01 (or 0xBE8F01) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 01. RGB value is (190,143,1). Sum of RGB (Red+Green+Blue) = 190+143+1=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F01 is #4170FE. Grayscale: #8D8D8D. Windows color (decimal): -4288767 or 102334. OLE color: 102334.
HSL color Cylindrical-coordinate representation of color #BE8F01: hue angle of 45.08º 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 #BE8F01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.25 |
| HSL | 45.08º | 0.99% | 0.37% | - |
| HSV(B) | 45.08º | 0.99% | 0.75% | - |
| XYZ | 31.06 | 30.59 | 4.3 | - |
| YUV | 140.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 1 | 0 | 0.25 | 0.99 | 0.25 | 45.08 | 0.99 | 0.37 |
| Hex | BE | 8F | 1 | 0 | 19 | 63 | 19 | 2D | 63 | 25 |
| Octal | 276 | 217 | 1 | 0 | 31 | 143 | 31 | 55 | 143 | 45 |
| Binary | 10111110 | 10001111 | 1 | 0 | 11001 | 1100011 | 11001 | 101101 | 1100011 | 100101 |
Color Harmonies of #BE8F01
Complementary color
Monochromatic Colors of #BE8F01
Black with #BE8F01
Text Example
Text Example
White with #BE8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F01; }
p { color: rgb(190,143,1); }
H1.HeaderClassName
{
color: #BE8F01;
}
.AnyTagClassName
{
color: #BE8F01;
}
</style>
background-color css
<style>
a { background-color: #BE8F01; }
a { background-color: rgb(190,143,1); }
div.DivClassName
{
background-color: #BE8F01;
}
.BgClassName
{
background-color: #BE8F01;
}
</style>
border-color css
<style>
span { border-color: #BE8F01; }
span { border-color: rgb(190,143,1); }
td.TdClassName
{
border-color: #BE8F01;
}
.TagClassName
{
border-color: #BE8F01;
}
</style>