Shades of Dark Goldenrod #B68D07
Tints of Dark Goldenrod #B68D07
RGB
CMYK
RGB Variations
Color information
#B68D07 (or 0xB68D07) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 07. RGB value is (182,141,7). Sum of RGB (Red+Green+Blue) = 182+141+7=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D07 is #4972F8. Grayscale: #8A8A8A. Windows color (decimal): -4813561 or 495030. OLE color: 495030.
HSL color Cylindrical-coordinate representation of color #B68D07: hue angle of 45.94º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B68D07 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.29 |
| HSL | 45.94º | 0.93% | 0.37% | - |
| HSV(B) | 45.94º | 0.96% | 0.71% | - |
| XYZ | 28.85 | 29.01 | 4.28 | - |
| YUV | 137.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 7 | 0 | 0.23 | 0.96 | 0.29 | 45.94 | 0.93 | 0.37 |
| Hex | B6 | 8D | 7 | 0 | 17 | 60 | 1D | 2E | 5D | 25 |
| Octal | 266 | 215 | 7 | 0 | 27 | 140 | 35 | 56 | 135 | 45 |
| Binary | 10110110 | 10001101 | 111 | 0 | 10111 | 1100000 | 11101 | 101110 | 1011101 | 100101 |
Color Harmonies of #B68D07
Complementary color
Monochromatic Colors of #B68D07
Black with #B68D07
Text Example
Text Example
White with #B68D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D07; }
p { color: rgb(182,141,7); }
H1.HeaderClassName
{
color: #B68D07;
}
.AnyTagClassName
{
color: #B68D07;
}
</style>
background-color css
<style>
a { background-color: #B68D07; }
a { background-color: rgb(182,141,7); }
div.DivClassName
{
background-color: #B68D07;
}
.BgClassName
{
background-color: #B68D07;
}
</style>
border-color css
<style>
span { border-color: #B68D07; }
span { border-color: rgb(182,141,7); }
td.TdClassName
{
border-color: #B68D07;
}
.TagClassName
{
border-color: #B68D07;
}
</style>