Shades of Dark Goldenrod #B48D16
Tints of Dark Goldenrod #B48D16
RGB
CMYK
RGB Variations
Color information
#B48D16 (or 0xB48D16) is known color: Dark Goldenrod. HEX triplet: B4, 8D and 16. RGB value is (180,141,22). Sum of RGB (Red+Green+Blue) = 180+141+22=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48D16 is #4B72E9. Grayscale: #8B8B8B. Windows color (decimal): -4944618 or 1478068. OLE color: 1478068.
HSL color Cylindrical-coordinate representation of color #B48D16: hue angle of 45.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B48D16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 22 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.29 |
| HSL | 45.19º | 0.78% | 0.4% | - |
| HSV(B) | 45.19º | 0.88% | 0.71% | - |
| XYZ | 28.49 | 28.81 | 4.82 | - |
| YUV | 139.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 22 | 0 | 0.22 | 0.88 | 0.29 | 45.19 | 0.78 | 0.4 |
| Hex | B4 | 8D | 16 | 0 | 16 | 58 | 1D | 2D | 4E | 28 |
| Octal | 264 | 215 | 26 | 0 | 26 | 130 | 35 | 55 | 116 | 50 |
| Binary | 10110100 | 10001101 | 10110 | 0 | 10110 | 1011000 | 11101 | 101101 | 1001110 | 101000 |
Color Harmonies of #B48D16
Complementary color
Monochromatic Colors of #B48D16
Black with #B48D16
Text Example
Text Example
White with #B48D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D16; }
p { color: rgb(180,141,22); }
H1.HeaderClassName
{
color: #B48D16;
}
.AnyTagClassName
{
color: #B48D16;
}
</style>
background-color css
<style>
a { background-color: #B48D16; }
a { background-color: rgb(180,141,22); }
div.DivClassName
{
background-color: #B48D16;
}
.BgClassName
{
background-color: #B48D16;
}
</style>
border-color css
<style>
span { border-color: #B48D16; }
span { border-color: rgb(180,141,22); }
td.TdClassName
{
border-color: #B48D16;
}
.TagClassName
{
border-color: #B48D16;
}
</style>