Shades of Dark Goldenrod #BE6D0A
Tints of Dark Goldenrod #BE6D0A
RGB
CMYK
RGB Variations
Color information
#BE6D0A (or 0xBE6D0A) is known color: Dark Goldenrod. HEX triplet: BE, 6D and 0A. RGB value is (190,109,10). Sum of RGB (Red+Green+Blue) = 190+109+10=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6D0A is #4192F5. Grayscale: #7A7A7A. Windows color (decimal): -4297462 or 683454. OLE color: 683454.
HSL color Cylindrical-coordinate representation of color #BE6D0A: hue angle of 33º degrees, saturation: 0.9, 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 #BE6D0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.25 |
| HSL | 33º | 0.9% | 0.39% | - |
| HSV(B) | 33º | 0.95% | 0.75% | - |
| XYZ | 26.76 | 21.91 | 3.11 | - |
| YUV | 121.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 10 | 0 | 0.43 | 0.95 | 0.25 | 33 | 0.9 | 0.39 |
| Hex | BE | 6D | A | 0 | 2B | 5F | 19 | 21 | 5A | 27 |
| Octal | 276 | 155 | 12 | 0 | 53 | 137 | 31 | 41 | 132 | 47 |
| Binary | 10111110 | 1101101 | 1010 | 0 | 101011 | 1011111 | 11001 | 100001 | 1011010 | 100111 |
Color Harmonies of #BE6D0A
Complementary color
Monochromatic Colors of #BE6D0A
Black with #BE6D0A
Text Example
Text Example
White with #BE6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D0A; }
p { color: rgb(190,109,10); }
H1.HeaderClassName
{
color: #BE6D0A;
}
.AnyTagClassName
{
color: #BE6D0A;
}
</style>
background-color css
<style>
a { background-color: #BE6D0A; }
a { background-color: rgb(190,109,10); }
div.DivClassName
{
background-color: #BE6D0A;
}
.BgClassName
{
background-color: #BE6D0A;
}
</style>
border-color css
<style>
span { border-color: #BE6D0A; }
span { border-color: rgb(190,109,10); }
td.TdClassName
{
border-color: #BE6D0A;
}
.TagClassName
{
border-color: #BE6D0A;
}
</style>