Shades of Dark Goldenrod #BE8F12
Tints of Dark Goldenrod #BE8F12
RGB
CMYK
RGB Variations
Color information
#BE8F12 (or 0xBE8F12) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 12. RGB value is (190,143,18). Sum of RGB (Red+Green+Blue) = 190+143+18=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F12 is #4170ED. Grayscale: #8F8F8F. Windows color (decimal): -4288750 or 1216446. OLE color: 1216446.
HSL color Cylindrical-coordinate representation of color #BE8F12: hue angle of 43.6º 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 #BE8F12 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 18 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.25 |
| HSL | 43.6º | 0.83% | 0.41% | - |
| HSV(B) | 43.6º | 0.91% | 0.75% | - |
| XYZ | 31.17 | 30.64 | 4.84 | - |
| YUV | 142.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 18 | 0 | 0.25 | 0.91 | 0.25 | 43.6 | 0.83 | 0.41 |
| Hex | BE | 8F | 12 | 0 | 19 | 5B | 19 | 2C | 53 | 29 |
| Octal | 276 | 217 | 22 | 0 | 31 | 133 | 31 | 54 | 123 | 51 |
| Binary | 10111110 | 10001111 | 10010 | 0 | 11001 | 1011011 | 11001 | 101100 | 1010011 | 101001 |
Color Harmonies of #BE8F12
Complementary color
Monochromatic Colors of #BE8F12
Black with #BE8F12
Text Example
Text Example
White with #BE8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F12; }
p { color: rgb(190,143,18); }
H1.HeaderClassName
{
color: #BE8F12;
}
.AnyTagClassName
{
color: #BE8F12;
}
</style>
background-color css
<style>
a { background-color: #BE8F12; }
a { background-color: rgb(190,143,18); }
div.DivClassName
{
background-color: #BE8F12;
}
.BgClassName
{
background-color: #BE8F12;
}
</style>
border-color css
<style>
span { border-color: #BE8F12; }
span { border-color: rgb(190,143,18); }
td.TdClassName
{
border-color: #BE8F12;
}
.TagClassName
{
border-color: #BE8F12;
}
</style>