Shades of Dark Goldenrod #B38E11
Tints of Dark Goldenrod #B38E11
RGB
CMYK
RGB Variations
Color information
#B38E11 (or 0xB38E11) is known color: Dark Goldenrod. HEX triplet: B3, 8E and 11. RGB value is (179,142,17). Sum of RGB (Red+Green+Blue) = 179+142+17=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E11 is #4C71EE. Grayscale: #8B8B8B. Windows color (decimal): -5009903 or 1150643. OLE color: 1150643.
HSL color Cylindrical-coordinate representation of color #B38E11: hue angle of 46.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38E11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.30 |
| HSL | 46.3º | 0.83% | 0.38% | - |
| HSV(B) | 46.3º | 0.91% | 0.7% | - |
| XYZ | 28.36 | 28.97 | 4.63 | - |
| YUV | 138.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 17 | 0 | 0.21 | 0.91 | 0.30 | 46.3 | 0.83 | 0.38 |
| Hex | B3 | 8E | 11 | 0 | 15 | 5B | 1E | 2E | 53 | 26 |
| Octal | 263 | 216 | 21 | 0 | 25 | 133 | 36 | 56 | 123 | 46 |
| Binary | 10110011 | 10001110 | 10001 | 0 | 10101 | 1011011 | 11110 | 101110 | 1010011 | 100110 |
Color Harmonies of #B38E11
Complementary color
Monochromatic Colors of #B38E11
Black with #B38E11
Text Example
Text Example
White with #B38E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E11; }
p { color: rgb(179,142,17); }
H1.HeaderClassName
{
color: #B38E11;
}
.AnyTagClassName
{
color: #B38E11;
}
</style>
background-color css
<style>
a { background-color: #B38E11; }
a { background-color: rgb(179,142,17); }
div.DivClassName
{
background-color: #B38E11;
}
.BgClassName
{
background-color: #B38E11;
}
</style>
border-color css
<style>
span { border-color: #B38E11; }
span { border-color: rgb(179,142,17); }
td.TdClassName
{
border-color: #B38E11;
}
.TagClassName
{
border-color: #B38E11;
}
</style>