Shades of Dark Goldenrod #BE880D
Tints of Dark Goldenrod #BE880D
RGB
CMYK
RGB Variations
Color information
#BE880D (or 0xBE880D) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 0D. RGB value is (190,136,13). Sum of RGB (Red+Green+Blue) = 190+136+13=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE880D is #4177F2. Grayscale: #8A8A8A. Windows color (decimal): -4290547 or 886974. OLE color: 886974.
HSL color Cylindrical-coordinate representation of color #BE880D: hue angle of 41.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE880D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.25 |
| HSL | 41.69º | 0.87% | 0.4% | - |
| HSV(B) | 41.69º | 0.93% | 0.75% | - |
| XYZ | 30.11 | 28.58 | 4.31 | - |
| YUV | 138.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 13 | 0 | 0.28 | 0.93 | 0.25 | 41.69 | 0.87 | 0.4 |
| Hex | BE | 88 | D | 0 | 1C | 5D | 19 | 2A | 57 | 28 |
| Octal | 276 | 210 | 15 | 0 | 34 | 135 | 31 | 52 | 127 | 50 |
| Binary | 10111110 | 10001000 | 1101 | 0 | 11100 | 1011101 | 11001 | 101010 | 1010111 | 101000 |
Color Harmonies of #BE880D
Complementary color
Monochromatic Colors of #BE880D
Black with #BE880D
Text Example
Text Example
White with #BE880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE880D; }
p { color: rgb(190,136,13); }
H1.HeaderClassName
{
color: #BE880D;
}
.AnyTagClassName
{
color: #BE880D;
}
</style>
background-color css
<style>
a { background-color: #BE880D; }
a { background-color: rgb(190,136,13); }
div.DivClassName
{
background-color: #BE880D;
}
.BgClassName
{
background-color: #BE880D;
}
</style>
border-color css
<style>
span { border-color: #BE880D; }
span { border-color: rgb(190,136,13); }
td.TdClassName
{
border-color: #BE880D;
}
.TagClassName
{
border-color: #BE880D;
}
</style>