Shades of Dark Goldenrod #B68C11
Tints of Dark Goldenrod #B68C11
RGB
CMYK
RGB Variations
Color information
#B68C11 (or 0xB68C11) is known color: Dark Goldenrod. HEX triplet: B6, 8C and 11. RGB value is (182,140,17). Sum of RGB (Red+Green+Blue) = 182+140+17=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C11 is #4973EE. Grayscale: #8B8B8B. Windows color (decimal): -4813807 or 1150134. OLE color: 1150134.
HSL color Cylindrical-coordinate representation of color #B68C11: hue angle of 44.73º degrees, saturation: 0.83, 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 #B68C11 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.29 |
| HSL | 44.73º | 0.83% | 0.39% | - |
| HSV(B) | 44.73º | 0.91% | 0.71% | - |
| XYZ | 28.77 | 28.74 | 4.56 | - |
| YUV | 138.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 17 | 0 | 0.23 | 0.91 | 0.29 | 44.73 | 0.83 | 0.39 |
| Hex | B6 | 8C | 11 | 0 | 17 | 5B | 1D | 2D | 53 | 27 |
| Octal | 266 | 214 | 21 | 0 | 27 | 133 | 35 | 55 | 123 | 47 |
| Binary | 10110110 | 10001100 | 10001 | 0 | 10111 | 1011011 | 11101 | 101101 | 1010011 | 100111 |
Color Harmonies of #B68C11
Complementary color
Monochromatic Colors of #B68C11
Black with #B68C11
Text Example
Text Example
White with #B68C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C11; }
p { color: rgb(182,140,17); }
H1.HeaderClassName
{
color: #B68C11;
}
.AnyTagClassName
{
color: #B68C11;
}
</style>
background-color css
<style>
a { background-color: #B68C11; }
a { background-color: rgb(182,140,17); }
div.DivClassName
{
background-color: #B68C11;
}
.BgClassName
{
background-color: #B68C11;
}
</style>
border-color css
<style>
span { border-color: #B68C11; }
span { border-color: rgb(182,140,17); }
td.TdClassName
{
border-color: #B68C11;
}
.TagClassName
{
border-color: #B68C11;
}
</style>