Shades of Dark Goldenrod #B68D13
Tints of Dark Goldenrod #B68D13
RGB
CMYK
RGB Variations
Color information
#B68D13 (or 0xB68D13) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 13. RGB value is (182,141,19). Sum of RGB (Red+Green+Blue) = 182+141+19=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D13 is #4972EC. Grayscale: #8B8B8B. Windows color (decimal): -4813549 or 1281462. OLE color: 1281462.
HSL color Cylindrical-coordinate representation of color #B68D13: hue angle of 44.91º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68D13 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.29 |
| HSL | 44.91º | 0.81% | 0.39% | - |
| HSV(B) | 44.91º | 0.9% | 0.71% | - |
| XYZ | 28.93 | 29.04 | 4.7 | - |
| YUV | 139.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 19 | 0 | 0.23 | 0.90 | 0.29 | 44.91 | 0.81 | 0.39 |
| Hex | B6 | 8D | 13 | 0 | 17 | 5A | 1D | 2D | 51 | 27 |
| Octal | 266 | 215 | 23 | 0 | 27 | 132 | 35 | 55 | 121 | 47 |
| Binary | 10110110 | 10001101 | 10011 | 0 | 10111 | 1011010 | 11101 | 101101 | 1010001 | 100111 |
Color Harmonies of #B68D13
Complementary color
Monochromatic Colors of #B68D13
Black with #B68D13
Text Example
Text Example
White with #B68D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D13; }
p { color: rgb(182,141,19); }
H1.HeaderClassName
{
color: #B68D13;
}
.AnyTagClassName
{
color: #B68D13;
}
</style>
background-color css
<style>
a { background-color: #B68D13; }
a { background-color: rgb(182,141,19); }
div.DivClassName
{
background-color: #B68D13;
}
.BgClassName
{
background-color: #B68D13;
}
</style>
border-color css
<style>
span { border-color: #B68D13; }
span { border-color: rgb(182,141,19); }
td.TdClassName
{
border-color: #B68D13;
}
.TagClassName
{
border-color: #B68D13;
}
</style>