Shades of Dark Goldenrod #BE730D
Tints of Dark Goldenrod #BE730D
RGB
CMYK
RGB Variations
Color information
#BE730D (or 0xBE730D) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 0D. RGB value is (190,115,13). Sum of RGB (Red+Green+Blue) = 190+115+13=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE730D is #418CF2. Grayscale: #7E7E7E. Windows color (decimal): -4295923 or 881598. OLE color: 881598.
HSL color Cylindrical-coordinate representation of color #BE730D: hue angle of 34.58º 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 #BE730D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.25 |
| HSL | 34.58º | 0.87% | 0.4% | - |
| HSV(B) | 34.58º | 0.93% | 0.75% | - |
| XYZ | 27.44 | 23.24 | 3.42 | - |
| YUV | 125.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 13 | 0 | 0.39 | 0.93 | 0.25 | 34.58 | 0.87 | 0.4 |
| Hex | BE | 73 | D | 0 | 27 | 5D | 19 | 23 | 57 | 28 |
| Octal | 276 | 163 | 15 | 0 | 47 | 135 | 31 | 43 | 127 | 50 |
| Binary | 10111110 | 1110011 | 1101 | 0 | 100111 | 1011101 | 11001 | 100011 | 1010111 | 101000 |
Color Harmonies of #BE730D
Complementary color
Monochromatic Colors of #BE730D
Black with #BE730D
Text Example
Text Example
White with #BE730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE730D; }
p { color: rgb(190,115,13); }
H1.HeaderClassName
{
color: #BE730D;
}
.AnyTagClassName
{
color: #BE730D;
}
</style>
background-color css
<style>
a { background-color: #BE730D; }
a { background-color: rgb(190,115,13); }
div.DivClassName
{
background-color: #BE730D;
}
.BgClassName
{
background-color: #BE730D;
}
</style>
border-color css
<style>
span { border-color: #BE730D; }
span { border-color: rgb(190,115,13); }
td.TdClassName
{
border-color: #BE730D;
}
.TagClassName
{
border-color: #BE730D;
}
</style>