Shades of Dark Goldenrod #B68D0A
Tints of Dark Goldenrod #B68D0A
RGB
CMYK
RGB Variations
Color information
#B68D0A (or 0xB68D0A) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 0A. RGB value is (182,141,10). Sum of RGB (Red+Green+Blue) = 182+141+10=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D0A is #4972F5. Grayscale: #8A8A8A. Windows color (decimal): -4813558 or 691638. OLE color: 691638.
HSL color Cylindrical-coordinate representation of color #B68D0A: hue angle of 45.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68D0A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 10 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.29 |
| HSL | 45.7º | 0.9% | 0.38% | - |
| HSV(B) | 45.7º | 0.95% | 0.71% | - |
| XYZ | 28.87 | 29.02 | 4.37 | - |
| YUV | 138.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 10 | 0 | 0.23 | 0.95 | 0.29 | 45.7 | 0.9 | 0.38 |
| Hex | B6 | 8D | A | 0 | 17 | 5F | 1D | 2E | 5A | 26 |
| Octal | 266 | 215 | 12 | 0 | 27 | 137 | 35 | 56 | 132 | 46 |
| Binary | 10110110 | 10001101 | 1010 | 0 | 10111 | 1011111 | 11101 | 101110 | 1011010 | 100110 |
Color Harmonies of #B68D0A
Complementary color
Monochromatic Colors of #B68D0A
Black with #B68D0A
Text Example
Text Example
White with #B68D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D0A; }
p { color: rgb(182,141,10); }
H1.HeaderClassName
{
color: #B68D0A;
}
.AnyTagClassName
{
color: #B68D0A;
}
</style>
background-color css
<style>
a { background-color: #B68D0A; }
a { background-color: rgb(182,141,10); }
div.DivClassName
{
background-color: #B68D0A;
}
.BgClassName
{
background-color: #B68D0A;
}
</style>
border-color css
<style>
span { border-color: #B68D0A; }
span { border-color: rgb(182,141,10); }
td.TdClassName
{
border-color: #B68D0A;
}
.TagClassName
{
border-color: #B68D0A;
}
</style>