Shades of Dark Goldenrod #B18811
Tints of Dark Goldenrod #B18811
RGB
CMYK
RGB Variations
Color information
#B18811 (or 0xB18811) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 11. RGB value is (177,136,17). Sum of RGB (Red+Green+Blue) = 177+136+17=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18811 is #4E77EE. Grayscale: #878787. Windows color (decimal): -5142511 or 1149105. OLE color: 1149105.
HSL color Cylindrical-coordinate representation of color #B18811: hue angle of 44.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18811 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.31 |
| HSL | 44.63º | 0.82% | 0.38% | - |
| HSV(B) | 44.63º | 0.9% | 0.69% | - |
| XYZ | 27.04 | 27 | 4.32 | - |
| YUV | 134.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 17 | 0 | 0.23 | 0.90 | 0.31 | 44.63 | 0.82 | 0.38 |
| Hex | B1 | 88 | 11 | 0 | 17 | 5A | 1F | 2D | 52 | 26 |
| Octal | 261 | 210 | 21 | 0 | 27 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10110001 | 10001000 | 10001 | 0 | 10111 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #B18811
Complementary color
Monochromatic Colors of #B18811
Black with #B18811
Text Example
Text Example
White with #B18811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18811; }
p { color: rgb(177,136,17); }
H1.HeaderClassName
{
color: #B18811;
}
.AnyTagClassName
{
color: #B18811;
}
</style>
background-color css
<style>
a { background-color: #B18811; }
a { background-color: rgb(177,136,17); }
div.DivClassName
{
background-color: #B18811;
}
.BgClassName
{
background-color: #B18811;
}
</style>
border-color css
<style>
span { border-color: #B18811; }
span { border-color: rgb(177,136,17); }
td.TdClassName
{
border-color: #B18811;
}
.TagClassName
{
border-color: #B18811;
}
</style>