Shades of Dark Goldenrod #BE7E12
Tints of Dark Goldenrod #BE7E12
RGB
CMYK
RGB Variations
Color information
#BE7E12 (or 0xBE7E12) is known color: Dark Goldenrod. HEX triplet: BE, 7E and 12. RGB value is (190,126,18). Sum of RGB (Red+Green+Blue) = 190+126+18=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7E12 is #4181ED. Grayscale: #858585. Windows color (decimal): -4293102 or 1212094. OLE color: 1212094.
HSL color Cylindrical-coordinate representation of color #BE7E12: hue angle of 37.67º degrees, saturation: 0.83, 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 #BE7E12 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.25 |
| HSL | 37.67º | 0.83% | 0.41% | - |
| HSV(B) | 37.67º | 0.91% | 0.75% | - |
| XYZ | 28.81 | 25.91 | 4.06 | - |
| YUV | 132.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 18 | 0 | 0.34 | 0.91 | 0.25 | 37.67 | 0.83 | 0.41 |
| Hex | BE | 7E | 12 | 0 | 22 | 5B | 19 | 26 | 53 | 29 |
| Octal | 276 | 176 | 22 | 0 | 42 | 133 | 31 | 46 | 123 | 51 |
| Binary | 10111110 | 1111110 | 10010 | 0 | 100010 | 1011011 | 11001 | 100110 | 1010011 | 101001 |
Color Harmonies of #BE7E12
Complementary color
Monochromatic Colors of #BE7E12
Black with #BE7E12
Text Example
Text Example
White with #BE7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E12; }
p { color: rgb(190,126,18); }
H1.HeaderClassName
{
color: #BE7E12;
}
.AnyTagClassName
{
color: #BE7E12;
}
</style>
background-color css
<style>
a { background-color: #BE7E12; }
a { background-color: rgb(190,126,18); }
div.DivClassName
{
background-color: #BE7E12;
}
.BgClassName
{
background-color: #BE7E12;
}
</style>
border-color css
<style>
span { border-color: #BE7E12; }
span { border-color: rgb(190,126,18); }
td.TdClassName
{
border-color: #BE7E12;
}
.TagClassName
{
border-color: #BE7E12;
}
</style>