Shades of Dark Goldenrod #B68D09
Tints of Dark Goldenrod #B68D09
RGB
CMYK
RGB Variations
Color information
#B68D09 (or 0xB68D09) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 09. RGB value is (182,141,9). Sum of RGB (Red+Green+Blue) = 182+141+9=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D09 is #4972F6. Grayscale: #8A8A8A. Windows color (decimal): -4813559 or 626102. OLE color: 626102.
HSL color Cylindrical-coordinate representation of color #B68D09: hue angle of 45.78º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68D09 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.29 |
| HSL | 45.78º | 0.91% | 0.37% | - |
| HSV(B) | 45.78º | 0.95% | 0.71% | - |
| XYZ | 28.87 | 29.01 | 4.34 | - |
| YUV | 138.21 | 55.08 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 9 | 0 | 0.23 | 0.95 | 0.29 | 45.78 | 0.91 | 0.37 |
| Hex | B6 | 8D | 9 | 0 | 17 | 5F | 1D | 2E | 5B | 25 |
| Octal | 266 | 215 | 11 | 0 | 27 | 137 | 35 | 56 | 133 | 45 |
| Binary | 10110110 | 10001101 | 1001 | 0 | 10111 | 1011111 | 11101 | 101110 | 1011011 | 100101 |
Color Harmonies of #B68D09
Complementary color
Monochromatic Colors of #B68D09
Black with #B68D09
Text Example
Text Example
White with #B68D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D09; }
p { color: rgb(182,141,9); }
H1.HeaderClassName
{
color: #B68D09;
}
.AnyTagClassName
{
color: #B68D09;
}
</style>
background-color css
<style>
a { background-color: #B68D09; }
a { background-color: rgb(182,141,9); }
div.DivClassName
{
background-color: #B68D09;
}
.BgClassName
{
background-color: #B68D09;
}
</style>
border-color css
<style>
span { border-color: #B68D09; }
span { border-color: rgb(182,141,9); }
td.TdClassName
{
border-color: #B68D09;
}
.TagClassName
{
border-color: #B68D09;
}
</style>