Shades of Dark Goldenrod #B18D00
Tints of Dark Goldenrod #B18D00
RGB
CMYK
RGB Variations
Color information
#B18D00 (or 0xB18D00) is known color: Dark Goldenrod. HEX triplet: B1, 8D and 00. RGB value is (177,141,0). Sum of RGB (Red+Green+Blue) = 177+141+0=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18D00 is #4E72FF. Grayscale: #888888. Windows color (decimal): -5141248 or 36273. OLE color: 36273.
HSL color Cylindrical-coordinate representation of color #B18D00: hue angle of 47.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B18D00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.31 |
| HSL | 47.8º | 1% | 0.35% | - |
| HSV(B) | 47.8º | 1% | 0.69% | - |
| XYZ | 27.66 | 28.4 | 4.02 | - |
| YUV | 135.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 0 | 0 | 0.20 | 1 | 0.31 | 47.8 | 1 | 0.35 |
| Hex | B1 | 8D | 0 | 0 | 14 | 64 | 1F | 30 | 64 | 23 |
| Octal | 261 | 215 | 0 | 0 | 24 | 144 | 37 | 60 | 144 | 43 |
| Binary | 10110001 | 10001101 | 0 | 0 | 10100 | 1100100 | 11111 | 110000 | 1100100 | 100011 |
Color Harmonies of #B18D00
Complementary color
Monochromatic Colors of #B18D00
Black with #B18D00
Text Example
Text Example
White with #B18D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D00; }
p { color: rgb(177,141,0); }
H1.HeaderClassName
{
color: #B18D00;
}
.AnyTagClassName
{
color: #B18D00;
}
</style>
background-color css
<style>
a { background-color: #B18D00; }
a { background-color: rgb(177,141,0); }
div.DivClassName
{
background-color: #B18D00;
}
.BgClassName
{
background-color: #B18D00;
}
</style>
border-color css
<style>
span { border-color: #B18D00; }
span { border-color: rgb(177,141,0); }
td.TdClassName
{
border-color: #B18D00;
}
.TagClassName
{
border-color: #B18D00;
}
</style>