Shades of Dark Goldenrod #B68314
Tints of Dark Goldenrod #B68314
RGB
CMYK
RGB Variations
Color information
#B68314 (or 0xB68314) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 14. RGB value is (182,131,20). Sum of RGB (Red+Green+Blue) = 182+131+20=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B68314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68314 is #497CEB. Grayscale: #868686. Windows color (decimal): -4816108 or 1344438. OLE color: 1344438.
HSL color Cylindrical-coordinate representation of color #B68314: hue angle of 41.11º 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 #B68314 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 20 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.29 |
| HSL | 41.11º | 0.8% | 0.4% | - |
| HSV(B) | 41.11º | 0.89% | 0.71% | - |
| XYZ | 27.53 | 26.23 | 4.27 | - |
| YUV | 133.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 20 | 0 | 0.28 | 0.89 | 0.29 | 41.11 | 0.8 | 0.4 |
| Hex | B6 | 83 | 14 | 0 | 1C | 59 | 1D | 29 | 50 | 28 |
| Octal | 266 | 203 | 24 | 0 | 34 | 131 | 35 | 51 | 120 | 50 |
| Binary | 10110110 | 10000011 | 10100 | 0 | 11100 | 1011001 | 11101 | 101001 | 1010000 | 101000 |
Color Harmonies of #B68314
Complementary color
Monochromatic Colors of #B68314
Black with #B68314
Text Example
Text Example
White with #B68314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68314; }
p { color: rgb(182,131,20); }
H1.HeaderClassName
{
color: #B68314;
}
.AnyTagClassName
{
color: #B68314;
}
</style>
background-color css
<style>
a { background-color: #B68314; }
a { background-color: rgb(182,131,20); }
div.DivClassName
{
background-color: #B68314;
}
.BgClassName
{
background-color: #B68314;
}
</style>
border-color css
<style>
span { border-color: #B68314; }
span { border-color: rgb(182,131,20); }
td.TdClassName
{
border-color: #B68314;
}
.TagClassName
{
border-color: #B68314;
}
</style>