Shades of Dark Goldenrod #B68011
Tints of Dark Goldenrod #B68011
RGB
CMYK
RGB Variations
Color information
#B68011 (or 0xB68011) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 11. RGB value is (182,128,17). Sum of RGB (Red+Green+Blue) = 182+128+17=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B68011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68011 is #497FEE. Grayscale: #838383. Windows color (decimal): -4816879 or 1147062. OLE color: 1147062.
HSL color Cylindrical-coordinate representation of color #B68011: hue angle of 40.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B68011 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 17 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.29 |
| HSL | 40.36º | 0.83% | 0.39% | - |
| HSV(B) | 40.36º | 0.91% | 0.71% | - |
| XYZ | 27.11 | 25.42 | 4.01 | - |
| YUV | 131.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 17 | 0 | 0.30 | 0.91 | 0.29 | 40.36 | 0.83 | 0.39 |
| Hex | B6 | 80 | 11 | 0 | 1E | 5B | 1D | 28 | 53 | 27 |
| Octal | 266 | 200 | 21 | 0 | 36 | 133 | 35 | 50 | 123 | 47 |
| Binary | 10110110 | 10000000 | 10001 | 0 | 11110 | 1011011 | 11101 | 101000 | 1010011 | 100111 |
Color Harmonies of #B68011
Complementary color
Monochromatic Colors of #B68011
Black with #B68011
Text Example
Text Example
White with #B68011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68011; }
p { color: rgb(182,128,17); }
H1.HeaderClassName
{
color: #B68011;
}
.AnyTagClassName
{
color: #B68011;
}
</style>
background-color css
<style>
a { background-color: #B68011; }
a { background-color: rgb(182,128,17); }
div.DivClassName
{
background-color: #B68011;
}
.BgClassName
{
background-color: #B68011;
}
</style>
border-color css
<style>
span { border-color: #B68011; }
span { border-color: rgb(182,128,17); }
td.TdClassName
{
border-color: #B68011;
}
.TagClassName
{
border-color: #B68011;
}
</style>