Shades of Dark Goldenrod #BE7F19
Tints of Dark Goldenrod #BE7F19
RGB
CMYK
RGB Variations
Color information
#BE7F19 (or 0xBE7F19) is known color: Dark Goldenrod. HEX triplet: BE, 7F and 19. RGB value is (190,127,25). Sum of RGB (Red+Green+Blue) = 190+127+25=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7F19 is #4180E6. Grayscale: #868686. Windows color (decimal): -4292839 or 1671102. OLE color: 1671102.
HSL color Cylindrical-coordinate representation of color #BE7F19: hue angle of 37.09º degrees, saturation: 0.77, 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 #BE7F19 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 25 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.25 |
| HSL | 37.09º | 0.77% | 0.42% | - |
| HSV(B) | 37.09º | 0.87% | 0.75% | - |
| XYZ | 29 | 26.2 | 4.45 | - |
| YUV | 134.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 25 | 0 | 0.33 | 0.87 | 0.25 | 37.09 | 0.77 | 0.42 |
| Hex | BE | 7F | 19 | 0 | 21 | 57 | 19 | 25 | 4D | 2A |
| Octal | 276 | 177 | 31 | 0 | 41 | 127 | 31 | 45 | 115 | 52 |
| Binary | 10111110 | 1111111 | 11001 | 0 | 100001 | 1010111 | 11001 | 100101 | 1001101 | 101010 |
Color Harmonies of #BE7F19
Complementary color
Monochromatic Colors of #BE7F19
Black with #BE7F19
Text Example
Text Example
White with #BE7F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F19; }
p { color: rgb(190,127,25); }
H1.HeaderClassName
{
color: #BE7F19;
}
.AnyTagClassName
{
color: #BE7F19;
}
</style>
background-color css
<style>
a { background-color: #BE7F19; }
a { background-color: rgb(190,127,25); }
div.DivClassName
{
background-color: #BE7F19;
}
.BgClassName
{
background-color: #BE7F19;
}
</style>
border-color css
<style>
span { border-color: #BE7F19; }
span { border-color: rgb(190,127,25); }
td.TdClassName
{
border-color: #BE7F19;
}
.TagClassName
{
border-color: #BE7F19;
}
</style>