Shades of Dark Goldenrod #B18A17
Tints of Dark Goldenrod #B18A17
RGB
CMYK
RGB Variations
Color information
#B18A17 (or 0xB18A17) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 17. RGB value is (177,138,23). Sum of RGB (Red+Green+Blue) = 177+138+23=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A17 is #4E75E8. Grayscale: #898989. Windows color (decimal): -5141993 or 1542833. OLE color: 1542833.
HSL color Cylindrical-coordinate representation of color #B18A17: hue angle of 44.81º 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 #B18A17 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 23 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.31 |
| HSL | 44.81º | 0.77% | 0.39% | - |
| HSV(B) | 44.81º | 0.87% | 0.69% | - |
| XYZ | 27.37 | 27.59 | 4.69 | - |
| YUV | 136.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 23 | 0 | 0.22 | 0.87 | 0.31 | 44.81 | 0.77 | 0.39 |
| Hex | B1 | 8A | 17 | 0 | 16 | 57 | 1F | 2D | 4D | 27 |
| Octal | 261 | 212 | 27 | 0 | 26 | 127 | 37 | 55 | 115 | 47 |
| Binary | 10110001 | 10001010 | 10111 | 0 | 10110 | 1010111 | 11111 | 101101 | 1001101 | 100111 |
Color Harmonies of #B18A17
Complementary color
Monochromatic Colors of #B18A17
Black with #B18A17
Text Example
Text Example
White with #B18A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A17; }
p { color: rgb(177,138,23); }
H1.HeaderClassName
{
color: #B18A17;
}
.AnyTagClassName
{
color: #B18A17;
}
</style>
background-color css
<style>
a { background-color: #B18A17; }
a { background-color: rgb(177,138,23); }
div.DivClassName
{
background-color: #B18A17;
}
.BgClassName
{
background-color: #B18A17;
}
</style>
border-color css
<style>
span { border-color: #B18A17; }
span { border-color: rgb(177,138,23); }
td.TdClassName
{
border-color: #B18A17;
}
.TagClassName
{
border-color: #B18A17;
}
</style>