Shades of Dark Goldenrod #B68705
Tints of Dark Goldenrod #B68705
RGB
CMYK
RGB Variations
Color information
#B68705 (or 0xB68705) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 05. RGB value is (182,135,5). Sum of RGB (Red+Green+Blue) = 182+135+5=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68705 is #4978FA. Grayscale: #868686. Windows color (decimal): -4815099 or 362422. OLE color: 362422.
HSL color Cylindrical-coordinate representation of color #B68705: hue angle of 44.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68705 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.29 |
| HSL | 44.07º | 0.95% | 0.37% | - |
| HSV(B) | 44.07º | 0.97% | 0.71% | - |
| XYZ | 27.98 | 27.28 | 3.94 | - |
| YUV | 134.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 5 | 0 | 0.26 | 0.97 | 0.29 | 44.07 | 0.95 | 0.37 |
| Hex | B6 | 87 | 5 | 0 | 1A | 61 | 1D | 2C | 5F | 25 |
| Octal | 266 | 207 | 5 | 0 | 32 | 141 | 35 | 54 | 137 | 45 |
| Binary | 10110110 | 10000111 | 101 | 0 | 11010 | 1100001 | 11101 | 101100 | 1011111 | 100101 |
Color Harmonies of #B68705
Complementary color
Monochromatic Colors of #B68705
Black with #B68705
Text Example
Text Example
White with #B68705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68705; }
p { color: rgb(182,135,5); }
H1.HeaderClassName
{
color: #B68705;
}
.AnyTagClassName
{
color: #B68705;
}
</style>
background-color css
<style>
a { background-color: #B68705; }
a { background-color: rgb(182,135,5); }
div.DivClassName
{
background-color: #B68705;
}
.BgClassName
{
background-color: #B68705;
}
</style>
border-color css
<style>
span { border-color: #B68705; }
span { border-color: rgb(182,135,5); }
td.TdClassName
{
border-color: #B68705;
}
.TagClassName
{
border-color: #B68705;
}
</style>