Shades of Dark Goldenrod #B68702
Tints of Dark Goldenrod #B68702
RGB
CMYK
RGB Variations
Color information
#B68702 (or 0xB68702) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 02. RGB value is (182,135,2). Sum of RGB (Red+Green+Blue) = 182+135+2=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B68702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68702 is #4978FD. Grayscale: #868686. Windows color (decimal): -4815102 or 165814. OLE color: 165814.
HSL color Cylindrical-coordinate representation of color #B68702: hue angle of 44.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B68702 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.29 |
| HSL | 44.33º | 0.98% | 0.36% | - |
| HSV(B) | 44.33º | 0.99% | 0.71% | - |
| XYZ | 27.97 | 27.28 | 3.85 | - |
| YUV | 133.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 2 | 0 | 0.26 | 0.99 | 0.29 | 44.33 | 0.98 | 0.36 |
| Hex | B6 | 87 | 2 | 0 | 1A | 63 | 1D | 2C | 62 | 24 |
| Octal | 266 | 207 | 2 | 0 | 32 | 143 | 35 | 54 | 142 | 44 |
| Binary | 10110110 | 10000111 | 10 | 0 | 11010 | 1100011 | 11101 | 101100 | 1100010 | 100100 |
Color Harmonies of #B68702
Complementary color
Monochromatic Colors of #B68702
Black with #B68702
Text Example
Text Example
White with #B68702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68702; }
p { color: rgb(182,135,2); }
H1.HeaderClassName
{
color: #B68702;
}
.AnyTagClassName
{
color: #B68702;
}
</style>
background-color css
<style>
a { background-color: #B68702; }
a { background-color: rgb(182,135,2); }
div.DivClassName
{
background-color: #B68702;
}
.BgClassName
{
background-color: #B68702;
}
</style>
border-color css
<style>
span { border-color: #B68702; }
span { border-color: rgb(182,135,2); }
td.TdClassName
{
border-color: #B68702;
}
.TagClassName
{
border-color: #B68702;
}
</style>