Shades of Dark Goldenrod #BE880B
Tints of Dark Goldenrod #BE880B
RGB
CMYK
RGB Variations
Color information
#BE880B (or 0xBE880B) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 0B. RGB value is (190,136,11). Sum of RGB (Red+Green+Blue) = 190+136+11=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE880B is #4177F4. Grayscale: #8A8A8A. Windows color (decimal): -4290549 or 755902. OLE color: 755902.
HSL color Cylindrical-coordinate representation of color #BE880B: hue angle of 41.9º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE880B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 11 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.25 |
| HSL | 41.9º | 0.89% | 0.39% | - |
| HSV(B) | 41.9º | 0.94% | 0.75% | - |
| XYZ | 30.1 | 28.58 | 4.25 | - |
| YUV | 137.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 11 | 0 | 0.28 | 0.94 | 0.25 | 41.9 | 0.89 | 0.39 |
| Hex | BE | 88 | B | 0 | 1C | 5E | 19 | 2A | 59 | 27 |
| Octal | 276 | 210 | 13 | 0 | 34 | 136 | 31 | 52 | 131 | 47 |
| Binary | 10111110 | 10001000 | 1011 | 0 | 11100 | 1011110 | 11001 | 101010 | 1011001 | 100111 |
Color Harmonies of #BE880B
Complementary color
Monochromatic Colors of #BE880B
Black with #BE880B
Text Example
Text Example
White with #BE880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE880B; }
p { color: rgb(190,136,11); }
H1.HeaderClassName
{
color: #BE880B;
}
.AnyTagClassName
{
color: #BE880B;
}
</style>
background-color css
<style>
a { background-color: #BE880B; }
a { background-color: rgb(190,136,11); }
div.DivClassName
{
background-color: #BE880B;
}
.BgClassName
{
background-color: #BE880B;
}
</style>
border-color css
<style>
span { border-color: #BE880B; }
span { border-color: rgb(190,136,11); }
td.TdClassName
{
border-color: #BE880B;
}
.TagClassName
{
border-color: #BE880B;
}
</style>