Shades of Dark Goldenrod #BE8F09
Tints of Dark Goldenrod #BE8F09
RGB
CMYK
RGB Variations
Color information
#BE8F09 (or 0xBE8F09) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 09. RGB value is (190,143,9). Sum of RGB (Red+Green+Blue) = 190+143+9=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F09 is #4170F6. Grayscale: #8E8E8E. Windows color (decimal): -4288759 or 626622. OLE color: 626622.
HSL color Cylindrical-coordinate representation of color #BE8F09: hue angle of 44.42º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE8F09 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.25 |
| HSL | 44.42º | 0.91% | 0.39% | - |
| HSV(B) | 44.42º | 0.95% | 0.75% | - |
| XYZ | 31.11 | 30.61 | 4.53 | - |
| YUV | 141.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 9 | 0 | 0.25 | 0.95 | 0.25 | 44.42 | 0.91 | 0.39 |
| Hex | BE | 8F | 9 | 0 | 19 | 5F | 19 | 2C | 5B | 27 |
| Octal | 276 | 217 | 11 | 0 | 31 | 137 | 31 | 54 | 133 | 47 |
| Binary | 10111110 | 10001111 | 1001 | 0 | 11001 | 1011111 | 11001 | 101100 | 1011011 | 100111 |
Color Harmonies of #BE8F09
Complementary color
Monochromatic Colors of #BE8F09
Black with #BE8F09
Text Example
Text Example
White with #BE8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F09; }
p { color: rgb(190,143,9); }
H1.HeaderClassName
{
color: #BE8F09;
}
.AnyTagClassName
{
color: #BE8F09;
}
</style>
background-color css
<style>
a { background-color: #BE8F09; }
a { background-color: rgb(190,143,9); }
div.DivClassName
{
background-color: #BE8F09;
}
.BgClassName
{
background-color: #BE8F09;
}
</style>
border-color css
<style>
span { border-color: #BE8F09; }
span { border-color: rgb(190,143,9); }
td.TdClassName
{
border-color: #BE8F09;
}
.TagClassName
{
border-color: #BE8F09;
}
</style>