Shades of Dark Goldenrod #B68700
Tints of Dark Goldenrod #B68700
RGB
CMYK
RGB Variations
Color information
#B68700 (or 0xB68700) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 00. RGB value is (182,135,0). Sum of RGB (Red+Green+Blue) = 182+135+0=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B68700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68700 is #4978FF. Grayscale: #868686. Windows color (decimal): -4815104 or 34742. OLE color: 34742.
HSL color Cylindrical-coordinate representation of color #B68700: hue angle of 44.51º 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 #B68700 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.29 |
| HSL | 44.51º | 1% | 0.36% | - |
| HSV(B) | 44.51º | 1% | 0.71% | - |
| XYZ | 27.96 | 27.27 | 3.79 | - |
| YUV | 133.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 0 | 0 | 0.26 | 1 | 0.29 | 44.51 | 1 | 0.36 |
| Hex | B6 | 87 | 0 | 0 | 1A | 64 | 1D | 2D | 64 | 24 |
| Octal | 266 | 207 | 0 | 0 | 32 | 144 | 35 | 55 | 144 | 44 |
| Binary | 10110110 | 10000111 | 0 | 0 | 11010 | 1100100 | 11101 | 101101 | 1100100 | 100100 |
Color Harmonies of #B68700
Complementary color
Monochromatic Colors of #B68700
Black with #B68700
Text Example
Text Example
White with #B68700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68700; }
p { color: rgb(182,135,0); }
H1.HeaderClassName
{
color: #B68700;
}
.AnyTagClassName
{
color: #B68700;
}
</style>
background-color css
<style>
a { background-color: #B68700; }
a { background-color: rgb(182,135,0); }
div.DivClassName
{
background-color: #B68700;
}
.BgClassName
{
background-color: #B68700;
}
</style>
border-color css
<style>
span { border-color: #B68700; }
span { border-color: rgb(182,135,0); }
td.TdClassName
{
border-color: #B68700;
}
.TagClassName
{
border-color: #B68700;
}
</style>