Shades of Dark Goldenrod #B68D02
Tints of Dark Goldenrod #B68D02
RGB
CMYK
RGB Variations
Color information
#B68D02 (or 0xB68D02) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 02. RGB value is (182,141,2). Sum of RGB (Red+Green+Blue) = 182+141+2=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D02 is #4972FD. Grayscale: #8A8A8A. Windows color (decimal): -4813566 or 167350. OLE color: 167350.
HSL color Cylindrical-coordinate representation of color #B68D02: hue angle of 46.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 #B68D02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.29 |
| HSL | 46.33º | 0.98% | 0.36% | - |
| HSV(B) | 46.33º | 0.99% | 0.71% | - |
| XYZ | 28.83 | 29 | 4.14 | - |
| YUV | 137.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 2 | 0 | 0.23 | 0.99 | 0.29 | 46.33 | 0.98 | 0.36 |
| Hex | B6 | 8D | 2 | 0 | 17 | 63 | 1D | 2E | 62 | 24 |
| Octal | 266 | 215 | 2 | 0 | 27 | 143 | 35 | 56 | 142 | 44 |
| Binary | 10110110 | 10001101 | 10 | 0 | 10111 | 1100011 | 11101 | 101110 | 1100010 | 100100 |
Color Harmonies of #B68D02
Complementary color
Monochromatic Colors of #B68D02
Black with #B68D02
Text Example
Text Example
White with #B68D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D02; }
p { color: rgb(182,141,2); }
H1.HeaderClassName
{
color: #B68D02;
}
.AnyTagClassName
{
color: #B68D02;
}
</style>
background-color css
<style>
a { background-color: #B68D02; }
a { background-color: rgb(182,141,2); }
div.DivClassName
{
background-color: #B68D02;
}
.BgClassName
{
background-color: #B68D02;
}
</style>
border-color css
<style>
span { border-color: #B68D02; }
span { border-color: rgb(182,141,2); }
td.TdClassName
{
border-color: #B68D02;
}
.TagClassName
{
border-color: #B68D02;
}
</style>