Shades of Dark Goldenrod #B68012
Tints of Dark Goldenrod #B68012
RGB
CMYK
RGB Variations
Color information
#B68012 (or 0xB68012) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 12. RGB value is (182,128,18). Sum of RGB (Red+Green+Blue) = 182+128+18=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B68012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68012 is #497FED. Grayscale: #848484. Windows color (decimal): -4816878 or 1212598. OLE color: 1212598.
HSL color Cylindrical-coordinate representation of color #B68012: hue angle of 40.24º 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 #B68012 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 18 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.29 |
| HSL | 40.24º | 0.82% | 0.39% | - |
| HSV(B) | 40.24º | 0.9% | 0.71% | - |
| XYZ | 27.12 | 25.43 | 4.05 | - |
| YUV | 131.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 18 | 0 | 0.30 | 0.90 | 0.29 | 40.24 | 0.82 | 0.39 |
| Hex | B6 | 80 | 12 | 0 | 1E | 5A | 1D | 28 | 52 | 27 |
| Octal | 266 | 200 | 22 | 0 | 36 | 132 | 35 | 50 | 122 | 47 |
| Binary | 10110110 | 10000000 | 10010 | 0 | 11110 | 1011010 | 11101 | 101000 | 1010010 | 100111 |
Color Harmonies of #B68012
Complementary color
Monochromatic Colors of #B68012
Black with #B68012
Text Example
Text Example
White with #B68012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68012; }
p { color: rgb(182,128,18); }
H1.HeaderClassName
{
color: #B68012;
}
.AnyTagClassName
{
color: #B68012;
}
</style>
background-color css
<style>
a { background-color: #B68012; }
a { background-color: rgb(182,128,18); }
div.DivClassName
{
background-color: #B68012;
}
.BgClassName
{
background-color: #B68012;
}
</style>
border-color css
<style>
span { border-color: #B68012; }
span { border-color: rgb(182,128,18); }
td.TdClassName
{
border-color: #B68012;
}
.TagClassName
{
border-color: #B68012;
}
</style>