Shades of Dark Goldenrod #BE7F18
Tints of Dark Goldenrod #BE7F18
RGB
CMYK
RGB Variations
Color information
#BE7F18 (or 0xBE7F18) is known color: Dark Goldenrod. HEX triplet: BE, 7F and 18. RGB value is (190,127,24). Sum of RGB (Red+Green+Blue) = 190+127+24=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7F18 is #4180E7. Grayscale: #868686. Windows color (decimal): -4292840 or 1605566. OLE color: 1605566.
HSL color Cylindrical-coordinate representation of color #BE7F18: hue angle of 37.23º 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 #BE7F18 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 24 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.25 |
| HSL | 37.23º | 0.78% | 0.42% | - |
| HSV(B) | 37.23º | 0.87% | 0.75% | - |
| XYZ | 28.99 | 26.19 | 4.39 | - |
| YUV | 134.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 24 | 0 | 0.33 | 0.87 | 0.25 | 37.23 | 0.78 | 0.42 |
| Hex | BE | 7F | 18 | 0 | 21 | 57 | 19 | 25 | 4E | 2A |
| Octal | 276 | 177 | 30 | 0 | 41 | 127 | 31 | 45 | 116 | 52 |
| Binary | 10111110 | 1111111 | 11000 | 0 | 100001 | 1010111 | 11001 | 100101 | 1001110 | 101010 |
Color Harmonies of #BE7F18
Complementary color
Monochromatic Colors of #BE7F18
Black with #BE7F18
Text Example
Text Example
White with #BE7F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F18; }
p { color: rgb(190,127,24); }
H1.HeaderClassName
{
color: #BE7F18;
}
.AnyTagClassName
{
color: #BE7F18;
}
</style>
background-color css
<style>
a { background-color: #BE7F18; }
a { background-color: rgb(190,127,24); }
div.DivClassName
{
background-color: #BE7F18;
}
.BgClassName
{
background-color: #BE7F18;
}
</style>
border-color css
<style>
span { border-color: #BE7F18; }
span { border-color: rgb(190,127,24); }
td.TdClassName
{
border-color: #BE7F18;
}
.TagClassName
{
border-color: #BE7F18;
}
</style>