Shades of Dark Goldenrod #BE8C0B
Tints of Dark Goldenrod #BE8C0B
RGB
CMYK
RGB Variations
Color information
#BE8C0B (or 0xBE8C0B) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 0B. RGB value is (190,140,11). Sum of RGB (Red+Green+Blue) = 190+140+11=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C0B is #4173F4. Grayscale: #8C8C8C. Windows color (decimal): -4289525 or 756926. OLE color: 756926.
HSL color Cylindrical-coordinate representation of color #BE8C0B: hue angle of 43.24º 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 #BE8C0B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.25 |
| HSL | 43.24º | 0.89% | 0.39% | - |
| HSV(B) | 43.24º | 0.94% | 0.75% | - |
| XYZ | 30.67 | 29.73 | 4.44 | - |
| YUV | 140.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 11 | 0 | 0.26 | 0.94 | 0.25 | 43.24 | 0.89 | 0.39 |
| Hex | BE | 8C | B | 0 | 1A | 5E | 19 | 2B | 59 | 27 |
| Octal | 276 | 214 | 13 | 0 | 32 | 136 | 31 | 53 | 131 | 47 |
| Binary | 10111110 | 10001100 | 1011 | 0 | 11010 | 1011110 | 11001 | 101011 | 1011001 | 100111 |
Color Harmonies of #BE8C0B
Complementary color
Monochromatic Colors of #BE8C0B
Black with #BE8C0B
Text Example
Text Example
White with #BE8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C0B; }
p { color: rgb(190,140,11); }
H1.HeaderClassName
{
color: #BE8C0B;
}
.AnyTagClassName
{
color: #BE8C0B;
}
</style>
background-color css
<style>
a { background-color: #BE8C0B; }
a { background-color: rgb(190,140,11); }
div.DivClassName
{
background-color: #BE8C0B;
}
.BgClassName
{
background-color: #BE8C0B;
}
</style>
border-color css
<style>
span { border-color: #BE8C0B; }
span { border-color: rgb(190,140,11); }
td.TdClassName
{
border-color: #BE8C0B;
}
.TagClassName
{
border-color: #BE8C0B;
}
</style>