Shades of Dark Goldenrod #B6880E
Tints of Dark Goldenrod #B6880E
RGB
CMYK
RGB Variations
Color information
#B6880E (or 0xB6880E) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 0E. RGB value is (182,136,14). Sum of RGB (Red+Green+Blue) = 182+136+14=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B6880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6880E is #4977F1. Grayscale: #888888. Windows color (decimal): -4814834 or 952502. OLE color: 952502.
HSL color Cylindrical-coordinate representation of color #B6880E: hue angle of 43.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6880E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.29 |
| HSL | 43.57º | 0.86% | 0.38% | - |
| HSV(B) | 43.57º | 0.92% | 0.71% | - |
| XYZ | 28.17 | 27.59 | 4.25 | - |
| YUV | 135.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 14 | 0 | 0.25 | 0.92 | 0.29 | 43.57 | 0.86 | 0.38 |
| Hex | B6 | 88 | E | 0 | 19 | 5C | 1D | 2C | 56 | 26 |
| Octal | 266 | 210 | 16 | 0 | 31 | 134 | 35 | 54 | 126 | 46 |
| Binary | 10110110 | 10001000 | 1110 | 0 | 11001 | 1011100 | 11101 | 101100 | 1010110 | 100110 |
Color Harmonies of #B6880E
Complementary color
Monochromatic Colors of #B6880E
Black with #B6880E
Text Example
Text Example
White with #B6880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6880E; }
p { color: rgb(182,136,14); }
H1.HeaderClassName
{
color: #B6880E;
}
.AnyTagClassName
{
color: #B6880E;
}
</style>
background-color css
<style>
a { background-color: #B6880E; }
a { background-color: rgb(182,136,14); }
div.DivClassName
{
background-color: #B6880E;
}
.BgClassName
{
background-color: #B6880E;
}
</style>
border-color css
<style>
span { border-color: #B6880E; }
span { border-color: rgb(182,136,14); }
td.TdClassName
{
border-color: #B6880E;
}
.TagClassName
{
border-color: #B6880E;
}
</style>