Shades of Dark Goldenrod #B18B17
Tints of Dark Goldenrod #B18B17
RGB
CMYK
RGB Variations
Color information
#B18B17 (or 0xB18B17) is known color: Dark Goldenrod. HEX triplet: B1, 8B and 17. RGB value is (177,139,23). Sum of RGB (Red+Green+Blue) = 177+139+23=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18B17 is #4E74E8. Grayscale: #898989. Windows color (decimal): -5141737 or 1543089. OLE color: 1543089.
HSL color Cylindrical-coordinate representation of color #B18B17: hue angle of 45.19º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B18B17 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 23 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.31 |
| HSL | 45.19º | 0.77% | 0.39% | - |
| HSV(B) | 45.19º | 0.87% | 0.69% | - |
| XYZ | 27.52 | 27.87 | 4.74 | - |
| YUV | 137.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 23 | 0 | 0.21 | 0.87 | 0.31 | 45.19 | 0.77 | 0.39 |
| Hex | B1 | 8B | 17 | 0 | 15 | 57 | 1F | 2D | 4D | 27 |
| Octal | 261 | 213 | 27 | 0 | 25 | 127 | 37 | 55 | 115 | 47 |
| Binary | 10110001 | 10001011 | 10111 | 0 | 10101 | 1010111 | 11111 | 101101 | 1001101 | 100111 |
Color Harmonies of #B18B17
Complementary color
Monochromatic Colors of #B18B17
Black with #B18B17
Text Example
Text Example
White with #B18B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B17; }
p { color: rgb(177,139,23); }
H1.HeaderClassName
{
color: #B18B17;
}
.AnyTagClassName
{
color: #B18B17;
}
</style>
background-color css
<style>
a { background-color: #B18B17; }
a { background-color: rgb(177,139,23); }
div.DivClassName
{
background-color: #B18B17;
}
.BgClassName
{
background-color: #B18B17;
}
</style>
border-color css
<style>
span { border-color: #B18B17; }
span { border-color: rgb(177,139,23); }
td.TdClassName
{
border-color: #B18B17;
}
.TagClassName
{
border-color: #B18B17;
}
</style>