Shades of Dark Goldenrod #BE7511
Tints of Dark Goldenrod #BE7511
RGB
CMYK
RGB Variations
Color information
#BE7511 (or 0xBE7511) is known color: Dark Goldenrod. HEX triplet: BE, 75 and 11. RGB value is (190,117,17). Sum of RGB (Red+Green+Blue) = 190+117+17=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7511 is #418AEE. Grayscale: #7F7F7F. Windows color (decimal): -4295407 or 1144254. OLE color: 1144254.
HSL color Cylindrical-coordinate representation of color #BE7511: hue angle of 34.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE7511 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.25 |
| HSL | 34.68º | 0.84% | 0.41% | - |
| HSV(B) | 34.68º | 0.91% | 0.75% | - |
| XYZ | 27.7 | 23.71 | 3.65 | - |
| YUV | 127.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 17 | 0 | 0.38 | 0.91 | 0.25 | 34.68 | 0.84 | 0.41 |
| Hex | BE | 75 | 11 | 0 | 26 | 5B | 19 | 23 | 54 | 29 |
| Octal | 276 | 165 | 21 | 0 | 46 | 133 | 31 | 43 | 124 | 51 |
| Binary | 10111110 | 1110101 | 10001 | 0 | 100110 | 1011011 | 11001 | 100011 | 1010100 | 101001 |
Color Harmonies of #BE7511
Complementary color
Monochromatic Colors of #BE7511
Black with #BE7511
Text Example
Text Example
White with #BE7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7511; }
p { color: rgb(190,117,17); }
H1.HeaderClassName
{
color: #BE7511;
}
.AnyTagClassName
{
color: #BE7511;
}
</style>
background-color css
<style>
a { background-color: #BE7511; }
a { background-color: rgb(190,117,17); }
div.DivClassName
{
background-color: #BE7511;
}
.BgClassName
{
background-color: #BE7511;
}
</style>
border-color css
<style>
span { border-color: #BE7511; }
span { border-color: rgb(190,117,17); }
td.TdClassName
{
border-color: #BE7511;
}
.TagClassName
{
border-color: #BE7511;
}
</style>