Shades of Dark Goldenrod #B68F14
Tints of Dark Goldenrod #B68F14
RGB
CMYK
RGB Variations
Color information
#B68F14 (or 0xB68F14) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 14. RGB value is (182,143,20). Sum of RGB (Red+Green+Blue) = 182+143+20=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F14 is #4970EB. Grayscale: #8D8D8D. Windows color (decimal): -4813036 or 1347510. OLE color: 1347510.
HSL color Cylindrical-coordinate representation of color #B68F14: hue angle of 45.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B68F14 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 20 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.29 |
| HSL | 45.56º | 0.8% | 0.4% | - |
| HSV(B) | 45.56º | 0.89% | 0.71% | - |
| XYZ | 29.24 | 29.64 | 4.84 | - |
| YUV | 140.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 20 | 0 | 0.21 | 0.89 | 0.29 | 45.56 | 0.8 | 0.4 |
| Hex | B6 | 8F | 14 | 0 | 15 | 59 | 1D | 2E | 50 | 28 |
| Octal | 266 | 217 | 24 | 0 | 25 | 131 | 35 | 56 | 120 | 50 |
| Binary | 10110110 | 10001111 | 10100 | 0 | 10101 | 1011001 | 11101 | 101110 | 1010000 | 101000 |
Color Harmonies of #B68F14
Complementary color
Monochromatic Colors of #B68F14
Black with #B68F14
Text Example
Text Example
White with #B68F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F14; }
p { color: rgb(182,143,20); }
H1.HeaderClassName
{
color: #B68F14;
}
.AnyTagClassName
{
color: #B68F14;
}
</style>
background-color css
<style>
a { background-color: #B68F14; }
a { background-color: rgb(182,143,20); }
div.DivClassName
{
background-color: #B68F14;
}
.BgClassName
{
background-color: #B68F14;
}
</style>
border-color css
<style>
span { border-color: #B68F14; }
span { border-color: rgb(182,143,20); }
td.TdClassName
{
border-color: #B68F14;
}
.TagClassName
{
border-color: #B68F14;
}
</style>