Shades of Dark Goldenrod #B88C0E
Tints of Dark Goldenrod #B88C0E
RGB
CMYK
RGB Variations
Color information
#B88C0E (or 0xB88C0E) is known color: Dark Goldenrod. HEX triplet: B8, 8C and 0E. RGB value is (184,140,14). Sum of RGB (Red+Green+Blue) = 184+140+14=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88C0E is #4773F1. Grayscale: #8B8B8B. Windows color (decimal): -4682738 or 953528. OLE color: 953528.
HSL color Cylindrical-coordinate representation of color #B88C0E: hue angle of 44.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B88C0E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 14 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.28 |
| HSL | 44.47º | 0.86% | 0.39% | - |
| HSV(B) | 44.47º | 0.92% | 0.72% | - |
| XYZ | 29.22 | 28.98 | 4.47 | - |
| YUV | 138.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 14 | 0 | 0.24 | 0.92 | 0.28 | 44.47 | 0.86 | 0.39 |
| Hex | B8 | 8C | E | 0 | 18 | 5C | 1C | 2C | 56 | 27 |
| Octal | 270 | 214 | 16 | 0 | 30 | 134 | 34 | 54 | 126 | 47 |
| Binary | 10111000 | 10001100 | 1110 | 0 | 11000 | 1011100 | 11100 | 101100 | 1010110 | 100111 |
Color Harmonies of #B88C0E
Complementary color
Monochromatic Colors of #B88C0E
Black with #B88C0E
Text Example
Text Example
White with #B88C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C0E; }
p { color: rgb(184,140,14); }
H1.HeaderClassName
{
color: #B88C0E;
}
.AnyTagClassName
{
color: #B88C0E;
}
</style>
background-color css
<style>
a { background-color: #B88C0E; }
a { background-color: rgb(184,140,14); }
div.DivClassName
{
background-color: #B88C0E;
}
.BgClassName
{
background-color: #B88C0E;
}
</style>
border-color css
<style>
span { border-color: #B88C0E; }
span { border-color: rgb(184,140,14); }
td.TdClassName
{
border-color: #B88C0E;
}
.TagClassName
{
border-color: #B88C0E;
}
</style>