Shades of Dark Goldenrod #B68D12
Tints of Dark Goldenrod #B68D12
RGB
CMYK
RGB Variations
Color information
#B68D12 (or 0xB68D12) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 12. RGB value is (182,141,18). Sum of RGB (Red+Green+Blue) = 182+141+18=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D12 is #4972ED. Grayscale: #8B8B8B. Windows color (decimal): -4813550 or 1215926. OLE color: 1215926.
HSL color Cylindrical-coordinate representation of color #B68D12: hue angle of 45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68D12 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.29 |
| HSL | 45º | 0.82% | 0.39% | - |
| HSV(B) | 45º | 0.9% | 0.71% | - |
| XYZ | 28.93 | 29.04 | 4.65 | - |
| YUV | 139.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 18 | 0 | 0.23 | 0.90 | 0.29 | 45 | 0.82 | 0.39 |
| Hex | B6 | 8D | 12 | 0 | 17 | 5A | 1D | 2D | 52 | 27 |
| Octal | 266 | 215 | 22 | 0 | 27 | 132 | 35 | 55 | 122 | 47 |
| Binary | 10110110 | 10001101 | 10010 | 0 | 10111 | 1011010 | 11101 | 101101 | 1010010 | 100111 |
Color Harmonies of #B68D12
Complementary color
Monochromatic Colors of #B68D12
Black with #B68D12
Text Example
Text Example
White with #B68D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D12; }
p { color: rgb(182,141,18); }
H1.HeaderClassName
{
color: #B68D12;
}
.AnyTagClassName
{
color: #B68D12;
}
</style>
background-color css
<style>
a { background-color: #B68D12; }
a { background-color: rgb(182,141,18); }
div.DivClassName
{
background-color: #B68D12;
}
.BgClassName
{
background-color: #B68D12;
}
</style>
border-color css
<style>
span { border-color: #B68D12; }
span { border-color: rgb(182,141,18); }
td.TdClassName
{
border-color: #B68D12;
}
.TagClassName
{
border-color: #B68D12;
}
</style>