Shades of Dark Goldenrod #BE7F01
Tints of Dark Goldenrod #BE7F01
RGB
CMYK
RGB Variations
Color information
#BE7F01 (or 0xBE7F01) is known color: Dark Goldenrod. HEX triplet: BE, 7F and 01. RGB value is (190,127,1). Sum of RGB (Red+Green+Blue) = 190+127+1=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7F01 is #4180FE. Grayscale: #848484. Windows color (decimal): -4292863 or 98238. OLE color: 98238.
HSL color Cylindrical-coordinate representation of color #BE7F01: hue angle of 40º 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 #BE7F01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.25 |
| HSL | 40º | 0.99% | 0.37% | - |
| HSV(B) | 40º | 0.99% | 0.75% | - |
| XYZ | 28.83 | 26.13 | 3.55 | - |
| YUV | 131.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 1 | 0 | 0.33 | 0.99 | 0.25 | 40 | 0.99 | 0.37 |
| Hex | BE | 7F | 1 | 0 | 21 | 63 | 19 | 28 | 63 | 25 |
| Octal | 276 | 177 | 1 | 0 | 41 | 143 | 31 | 50 | 143 | 45 |
| Binary | 10111110 | 1111111 | 1 | 0 | 100001 | 1100011 | 11001 | 101000 | 1100011 | 100101 |
Color Harmonies of #BE7F01
Complementary color
Monochromatic Colors of #BE7F01
Black with #BE7F01
Text Example
Text Example
White with #BE7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F01; }
p { color: rgb(190,127,1); }
H1.HeaderClassName
{
color: #BE7F01;
}
.AnyTagClassName
{
color: #BE7F01;
}
</style>
background-color css
<style>
a { background-color: #BE7F01; }
a { background-color: rgb(190,127,1); }
div.DivClassName
{
background-color: #BE7F01;
}
.BgClassName
{
background-color: #BE7F01;
}
</style>
border-color css
<style>
span { border-color: #BE7F01; }
span { border-color: rgb(190,127,1); }
td.TdClassName
{
border-color: #BE7F01;
}
.TagClassName
{
border-color: #BE7F01;
}
</style>