Shades of Dark Goldenrod #B68D10
Tints of Dark Goldenrod #B68D10
RGB
CMYK
RGB Variations
Color information
#B68D10 (or 0xB68D10) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 10. RGB value is (182,141,16). Sum of RGB (Red+Green+Blue) = 182+141+16=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D10 is #4972EF. Grayscale: #8B8B8B. Windows color (decimal): -4813552 or 1084854. OLE color: 1084854.
HSL color Cylindrical-coordinate representation of color #B68D10: hue angle of 45.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B68D10 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.29 |
| HSL | 45.18º | 0.84% | 0.39% | - |
| HSV(B) | 45.18º | 0.91% | 0.71% | - |
| XYZ | 28.91 | 29.03 | 4.57 | - |
| YUV | 139.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 16 | 0 | 0.23 | 0.91 | 0.29 | 45.18 | 0.84 | 0.39 |
| Hex | B6 | 8D | 10 | 0 | 17 | 5B | 1D | 2D | 54 | 27 |
| Octal | 266 | 215 | 20 | 0 | 27 | 133 | 35 | 55 | 124 | 47 |
| Binary | 10110110 | 10001101 | 10000 | 0 | 10111 | 1011011 | 11101 | 101101 | 1010100 | 100111 |
Color Harmonies of #B68D10
Complementary color
Monochromatic Colors of #B68D10
Black with #B68D10
Text Example
Text Example
White with #B68D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D10; }
p { color: rgb(182,141,16); }
H1.HeaderClassName
{
color: #B68D10;
}
.AnyTagClassName
{
color: #B68D10;
}
</style>
background-color css
<style>
a { background-color: #B68D10; }
a { background-color: rgb(182,141,16); }
div.DivClassName
{
background-color: #B68D10;
}
.BgClassName
{
background-color: #B68D10;
}
</style>
border-color css
<style>
span { border-color: #B68D10; }
span { border-color: rgb(182,141,16); }
td.TdClassName
{
border-color: #B68D10;
}
.TagClassName
{
border-color: #B68D10;
}
</style>