Shades of Dark Goldenrod #BE8C18
Tints of Dark Goldenrod #BE8C18
RGB
CMYK
RGB Variations
Color information
#BE8C18 (or 0xBE8C18) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 18. RGB value is (190,140,24). Sum of RGB (Red+Green+Blue) = 190+140+24=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C18 is #4173E7. Grayscale: #8E8E8E. Windows color (decimal): -4289512 or 1608894. OLE color: 1608894.
HSL color Cylindrical-coordinate representation of color #BE8C18: hue angle of 41.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE8C18 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 24 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.25 |
| HSL | 41.93º | 0.78% | 0.42% | - |
| HSV(B) | 41.93º | 0.87% | 0.75% | - |
| XYZ | 30.78 | 29.77 | 4.99 | - |
| YUV | 141.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 24 | 0 | 0.26 | 0.87 | 0.25 | 41.93 | 0.78 | 0.42 |
| Hex | BE | 8C | 18 | 0 | 1A | 57 | 19 | 2A | 4E | 2A |
| Octal | 276 | 214 | 30 | 0 | 32 | 127 | 31 | 52 | 116 | 52 |
| Binary | 10111110 | 10001100 | 11000 | 0 | 11010 | 1010111 | 11001 | 101010 | 1001110 | 101010 |
Color Harmonies of #BE8C18
Complementary color
Monochromatic Colors of #BE8C18
Black with #BE8C18
Text Example
Text Example
White with #BE8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C18; }
p { color: rgb(190,140,24); }
H1.HeaderClassName
{
color: #BE8C18;
}
.AnyTagClassName
{
color: #BE8C18;
}
</style>
background-color css
<style>
a { background-color: #BE8C18; }
a { background-color: rgb(190,140,24); }
div.DivClassName
{
background-color: #BE8C18;
}
.BgClassName
{
background-color: #BE8C18;
}
</style>
border-color css
<style>
span { border-color: #BE8C18; }
span { border-color: rgb(190,140,24); }
td.TdClassName
{
border-color: #BE8C18;
}
.TagClassName
{
border-color: #BE8C18;
}
</style>