Shades of Dark Goldenrod #B18D0A
Tints of Dark Goldenrod #B18D0A
RGB
CMYK
RGB Variations
Color information
#B18D0A (or 0xB18D0A) is known color: Dark Goldenrod. HEX triplet: B1, 8D and 0A. RGB value is (177,141,10). Sum of RGB (Red+Green+Blue) = 177+141+10=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18D0A is #4E72F5. Grayscale: #898989. Windows color (decimal): -5141238 or 691633. OLE color: 691633.
HSL color Cylindrical-coordinate representation of color #B18D0A: hue angle of 47.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B18D0A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 10 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.31 |
| HSL | 47.07º | 0.89% | 0.37% | - |
| HSV(B) | 47.07º | 0.94% | 0.69% | - |
| XYZ | 27.71 | 28.42 | 4.31 | - |
| YUV | 136.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 10 | 0 | 0.20 | 0.94 | 0.31 | 47.07 | 0.89 | 0.37 |
| Hex | B1 | 8D | A | 0 | 14 | 5E | 1F | 2F | 59 | 25 |
| Octal | 261 | 215 | 12 | 0 | 24 | 136 | 37 | 57 | 131 | 45 |
| Binary | 10110001 | 10001101 | 1010 | 0 | 10100 | 1011110 | 11111 | 101111 | 1011001 | 100101 |
Color Harmonies of #B18D0A
Complementary color
Monochromatic Colors of #B18D0A
Black with #B18D0A
Text Example
Text Example
White with #B18D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D0A; }
p { color: rgb(177,141,10); }
H1.HeaderClassName
{
color: #B18D0A;
}
.AnyTagClassName
{
color: #B18D0A;
}
</style>
background-color css
<style>
a { background-color: #B18D0A; }
a { background-color: rgb(177,141,10); }
div.DivClassName
{
background-color: #B18D0A;
}
.BgClassName
{
background-color: #B18D0A;
}
</style>
border-color css
<style>
span { border-color: #B18D0A; }
span { border-color: rgb(177,141,10); }
td.TdClassName
{
border-color: #B18D0A;
}
.TagClassName
{
border-color: #B18D0A;
}
</style>