Shades of Dark Goldenrod #BE7009
Tints of Dark Goldenrod #BE7009
RGB
CMYK
RGB Variations
Color information
#BE7009 (or 0xBE7009) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 09. RGB value is (190,112,9). Sum of RGB (Red+Green+Blue) = 190+112+9=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7009 is #418FF6. Grayscale: #7C7C7C. Windows color (decimal): -4296695 or 618686. OLE color: 618686.
HSL color Cylindrical-coordinate representation of color #BE7009: hue angle of 34.14º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE7009 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.25 |
| HSL | 34.14º | 0.91% | 0.39% | - |
| HSV(B) | 34.14º | 0.95% | 0.75% | - |
| XYZ | 27.08 | 22.56 | 3.18 | - |
| YUV | 123.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 9 | 0 | 0.41 | 0.95 | 0.25 | 34.14 | 0.91 | 0.39 |
| Hex | BE | 70 | 9 | 0 | 29 | 5F | 19 | 22 | 5B | 27 |
| Octal | 276 | 160 | 11 | 0 | 51 | 137 | 31 | 42 | 133 | 47 |
| Binary | 10111110 | 1110000 | 1001 | 0 | 101001 | 1011111 | 11001 | 100010 | 1011011 | 100111 |
Color Harmonies of #BE7009
Complementary color
Monochromatic Colors of #BE7009
Black with #BE7009
Text Example
Text Example
White with #BE7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7009; }
p { color: rgb(190,112,9); }
H1.HeaderClassName
{
color: #BE7009;
}
.AnyTagClassName
{
color: #BE7009;
}
</style>
background-color css
<style>
a { background-color: #BE7009; }
a { background-color: rgb(190,112,9); }
div.DivClassName
{
background-color: #BE7009;
}
.BgClassName
{
background-color: #BE7009;
}
</style>
border-color css
<style>
span { border-color: #BE7009; }
span { border-color: rgb(190,112,9); }
td.TdClassName
{
border-color: #BE7009;
}
.TagClassName
{
border-color: #BE7009;
}
</style>