Shades of Dark Goldenrod #BE700D
Tints of Dark Goldenrod #BE700D
RGB
CMYK
RGB Variations
Color information
#BE700D (or 0xBE700D) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 0D. RGB value is (190,112,13). Sum of RGB (Red+Green+Blue) = 190+112+13=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE700D is #418FF2. Grayscale: #7C7C7C. Windows color (decimal): -4296691 or 880830. OLE color: 880830.
HSL color Cylindrical-coordinate representation of color #BE700D: hue angle of 33.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE700D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.25 |
| HSL | 33.56º | 0.87% | 0.4% | - |
| HSV(B) | 33.56º | 0.93% | 0.75% | - |
| XYZ | 27.1 | 22.56 | 3.31 | - |
| YUV | 124.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 13 | 0 | 0.41 | 0.93 | 0.25 | 33.56 | 0.87 | 0.4 |
| Hex | BE | 70 | D | 0 | 29 | 5D | 19 | 22 | 57 | 28 |
| Octal | 276 | 160 | 15 | 0 | 51 | 135 | 31 | 42 | 127 | 50 |
| Binary | 10111110 | 1110000 | 1101 | 0 | 101001 | 1011101 | 11001 | 100010 | 1010111 | 101000 |
Color Harmonies of #BE700D
Complementary color
Monochromatic Colors of #BE700D
Black with #BE700D
Text Example
Text Example
White with #BE700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE700D; }
p { color: rgb(190,112,13); }
H1.HeaderClassName
{
color: #BE700D;
}
.AnyTagClassName
{
color: #BE700D;
}
</style>
background-color css
<style>
a { background-color: #BE700D; }
a { background-color: rgb(190,112,13); }
div.DivClassName
{
background-color: #BE700D;
}
.BgClassName
{
background-color: #BE700D;
}
</style>
border-color css
<style>
span { border-color: #BE700D; }
span { border-color: rgb(190,112,13); }
td.TdClassName
{
border-color: #BE700D;
}
.TagClassName
{
border-color: #BE700D;
}
</style>