Shades of Dark Goldenrod #B68600
Tints of Dark Goldenrod #B68600
RGB
CMYK
RGB Variations
Color information
#B68600 (or 0xB68600) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 00. RGB value is (182,134,0). Sum of RGB (Red+Green+Blue) = 182+134+0=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B68600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68600 is #4979FF. Grayscale: #858585. Windows color (decimal): -4815360 or 34486. OLE color: 34486.
HSL color Cylindrical-coordinate representation of color #B68600: hue angle of 44.18º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B68600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.29 |
| HSL | 44.18º | 1% | 0.36% | - |
| HSV(B) | 44.18º | 1% | 0.71% | - |
| XYZ | 27.82 | 27 | 3.74 | - |
| YUV | 133.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 0 | 0 | 0.26 | 1 | 0.29 | 44.18 | 1 | 0.36 |
| Hex | B6 | 86 | 0 | 0 | 1A | 64 | 1D | 2C | 64 | 24 |
| Octal | 266 | 206 | 0 | 0 | 32 | 144 | 35 | 54 | 144 | 44 |
| Binary | 10110110 | 10000110 | 0 | 0 | 11010 | 1100100 | 11101 | 101100 | 1100100 | 100100 |
Color Harmonies of #B68600
Complementary color
Monochromatic Colors of #B68600
Black with #B68600
Text Example
Text Example
White with #B68600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68600; }
p { color: rgb(182,134,0); }
H1.HeaderClassName
{
color: #B68600;
}
.AnyTagClassName
{
color: #B68600;
}
</style>
background-color css
<style>
a { background-color: #B68600; }
a { background-color: rgb(182,134,0); }
div.DivClassName
{
background-color: #B68600;
}
.BgClassName
{
background-color: #B68600;
}
</style>
border-color css
<style>
span { border-color: #B68600; }
span { border-color: rgb(182,134,0); }
td.TdClassName
{
border-color: #B68600;
}
.TagClassName
{
border-color: #B68600;
}
</style>