Shades of Dark Goldenrod #B47B11
Tints of Dark Goldenrod #B47B11
RGB
CMYK
RGB Variations
Color information
#B47B11 (or 0xB47B11) is known color: Dark Goldenrod. HEX triplet: B4, 7B and 11. RGB value is (180,123,17). Sum of RGB (Red+Green+Blue) = 180+123+17=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47B11 is #4B84EE. Grayscale: #808080. Windows color (decimal): -4949231 or 1145780. OLE color: 1145780.
HSL color Cylindrical-coordinate representation of color #B47B11: hue angle of 39.02º 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 #B47B11 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 17 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.29 |
| HSL | 39.02º | 0.83% | 0.39% | - |
| HSV(B) | 39.02º | 0.91% | 0.71% | - |
| XYZ | 26.01 | 23.91 | 3.77 | - |
| YUV | 127.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 17 | 0 | 0.32 | 0.91 | 0.29 | 39.02 | 0.83 | 0.39 |
| Hex | B4 | 7B | 11 | 0 | 20 | 5B | 1D | 27 | 53 | 27 |
| Octal | 264 | 173 | 21 | 0 | 40 | 133 | 35 | 47 | 123 | 47 |
| Binary | 10110100 | 1111011 | 10001 | 0 | 100000 | 1011011 | 11101 | 100111 | 1010011 | 100111 |
Color Harmonies of #B47B11
Complementary color
Monochromatic Colors of #B47B11
Black with #B47B11
Text Example
Text Example
White with #B47B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B11; }
p { color: rgb(180,123,17); }
H1.HeaderClassName
{
color: #B47B11;
}
.AnyTagClassName
{
color: #B47B11;
}
</style>
background-color css
<style>
a { background-color: #B47B11; }
a { background-color: rgb(180,123,17); }
div.DivClassName
{
background-color: #B47B11;
}
.BgClassName
{
background-color: #B47B11;
}
</style>
border-color css
<style>
span { border-color: #B47B11; }
span { border-color: rgb(180,123,17); }
td.TdClassName
{
border-color: #B47B11;
}
.TagClassName
{
border-color: #B47B11;
}
</style>