Shades of Dark Goldenrod #BE7B11
Tints of Dark Goldenrod #BE7B11
RGB
CMYK
RGB Variations
Color information
#BE7B11 (or 0xBE7B11) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 11. RGB value is (190,123,17). Sum of RGB (Red+Green+Blue) = 190+123+17=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B11 is #4184EE. Grayscale: #838383. Windows color (decimal): -4293871 or 1145790. OLE color: 1145790.
HSL color Cylindrical-coordinate representation of color #BE7B11: hue angle of 36.76º 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 #BE7B11 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 17 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.25 |
| HSL | 36.76º | 0.84% | 0.41% | - |
| HSV(B) | 36.76º | 0.91% | 0.75% | - |
| XYZ | 28.42 | 25.15 | 3.89 | - |
| YUV | 130.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 17 | 0 | 0.35 | 0.91 | 0.25 | 36.76 | 0.84 | 0.41 |
| Hex | BE | 7B | 11 | 0 | 23 | 5B | 19 | 25 | 54 | 29 |
| Octal | 276 | 173 | 21 | 0 | 43 | 133 | 31 | 45 | 124 | 51 |
| Binary | 10111110 | 1111011 | 10001 | 0 | 100011 | 1011011 | 11001 | 100101 | 1010100 | 101001 |
Color Harmonies of #BE7B11
Complementary color
Monochromatic Colors of #BE7B11
Black with #BE7B11
Text Example
Text Example
White with #BE7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B11; }
p { color: rgb(190,123,17); }
H1.HeaderClassName
{
color: #BE7B11;
}
.AnyTagClassName
{
color: #BE7B11;
}
</style>
background-color css
<style>
a { background-color: #BE7B11; }
a { background-color: rgb(190,123,17); }
div.DivClassName
{
background-color: #BE7B11;
}
.BgClassName
{
background-color: #BE7B11;
}
</style>
border-color css
<style>
span { border-color: #BE7B11; }
span { border-color: rgb(190,123,17); }
td.TdClassName
{
border-color: #BE7B11;
}
.TagClassName
{
border-color: #BE7B11;
}
</style>