Shades of Dark Goldenrod #B68F11
Tints of Dark Goldenrod #B68F11
RGB
CMYK
RGB Variations
Color information
#B68F11 (or 0xB68F11) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 11. RGB value is (182,143,17). Sum of RGB (Red+Green+Blue) = 182+143+17=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F11 is #4970EE. Grayscale: #8C8C8C. Windows color (decimal): -4813039 or 1150902. OLE color: 1150902.
HSL color Cylindrical-coordinate representation of color #B68F11: hue angle of 45.82º 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 #B68F11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.29 |
| HSL | 45.82º | 0.83% | 0.39% | - |
| HSV(B) | 45.82º | 0.91% | 0.71% | - |
| XYZ | 29.22 | 29.63 | 4.71 | - |
| YUV | 140.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 17 | 0 | 0.21 | 0.91 | 0.29 | 45.82 | 0.83 | 0.39 |
| Hex | B6 | 8F | 11 | 0 | 15 | 5B | 1D | 2E | 53 | 27 |
| Octal | 266 | 217 | 21 | 0 | 25 | 133 | 35 | 56 | 123 | 47 |
| Binary | 10110110 | 10001111 | 10001 | 0 | 10101 | 1011011 | 11101 | 101110 | 1010011 | 100111 |
Color Harmonies of #B68F11
Complementary color
Monochromatic Colors of #B68F11
Black with #B68F11
Text Example
Text Example
White with #B68F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F11; }
p { color: rgb(182,143,17); }
H1.HeaderClassName
{
color: #B68F11;
}
.AnyTagClassName
{
color: #B68F11;
}
</style>
background-color css
<style>
a { background-color: #B68F11; }
a { background-color: rgb(182,143,17); }
div.DivClassName
{
background-color: #B68F11;
}
.BgClassName
{
background-color: #B68F11;
}
</style>
border-color css
<style>
span { border-color: #B68F11; }
span { border-color: rgb(182,143,17); }
td.TdClassName
{
border-color: #B68F11;
}
.TagClassName
{
border-color: #B68F11;
}
</style>