Shades of Dark Goldenrod #BE7601
Tints of Dark Goldenrod #BE7601
RGB
CMYK
RGB Variations
Color information
#BE7601 (or 0xBE7601) is known color: Dark Goldenrod. HEX triplet: BE, 76 and 01. RGB value is (190,118,1). Sum of RGB (Red+Green+Blue) = 190+118+1=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7601 is #4189FE. Grayscale: #7E7E7E. Windows color (decimal): -4295167 or 95934. OLE color: 95934.
HSL color Cylindrical-coordinate representation of color #BE7601: hue angle of 37.14º 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 #BE7601 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.25 |
| HSL | 37.14º | 0.99% | 0.37% | - |
| HSV(B) | 37.14º | 0.99% | 0.75% | - |
| XYZ | 27.72 | 23.91 | 3.18 | - |
| YUV | 126.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 1 | 0 | 0.38 | 0.99 | 0.25 | 37.14 | 0.99 | 0.37 |
| Hex | BE | 76 | 1 | 0 | 26 | 63 | 19 | 25 | 63 | 25 |
| Octal | 276 | 166 | 1 | 0 | 46 | 143 | 31 | 45 | 143 | 45 |
| Binary | 10111110 | 1110110 | 1 | 0 | 100110 | 1100011 | 11001 | 100101 | 1100011 | 100101 |
Color Harmonies of #BE7601
Complementary color
Monochromatic Colors of #BE7601
Black with #BE7601
Text Example
Text Example
White with #BE7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7601; }
p { color: rgb(190,118,1); }
H1.HeaderClassName
{
color: #BE7601;
}
.AnyTagClassName
{
color: #BE7601;
}
</style>
background-color css
<style>
a { background-color: #BE7601; }
a { background-color: rgb(190,118,1); }
div.DivClassName
{
background-color: #BE7601;
}
.BgClassName
{
background-color: #BE7601;
}
</style>
border-color css
<style>
span { border-color: #BE7601; }
span { border-color: rgb(190,118,1); }
td.TdClassName
{
border-color: #BE7601;
}
.TagClassName
{
border-color: #BE7601;
}
</style>