Shades of Dark Goldenrod #B48D0A
Tints of Dark Goldenrod #B48D0A
RGB
CMYK
RGB Variations
Color information
#B48D0A (or 0xB48D0A) is known color: Dark Goldenrod. HEX triplet: B4, 8D and 0A. RGB value is (180,141,10). Sum of RGB (Red+Green+Blue) = 180+141+10=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48D0A is #4B72F5. Grayscale: #8A8A8A. Windows color (decimal): -4944630 or 691636. OLE color: 691636.
HSL color Cylindrical-coordinate representation of color #B48D0A: hue angle of 46.24º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B48D0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.29 |
| HSL | 46.24º | 0.89% | 0.37% | - |
| HSV(B) | 46.24º | 0.94% | 0.71% | - |
| XYZ | 28.4 | 28.77 | 4.34 | - |
| YUV | 137.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 10 | 0 | 0.22 | 0.94 | 0.29 | 46.24 | 0.89 | 0.37 |
| Hex | B4 | 8D | A | 0 | 16 | 5E | 1D | 2E | 59 | 25 |
| Octal | 264 | 215 | 12 | 0 | 26 | 136 | 35 | 56 | 131 | 45 |
| Binary | 10110100 | 10001101 | 1010 | 0 | 10110 | 1011110 | 11101 | 101110 | 1011001 | 100101 |
Color Harmonies of #B48D0A
Complementary color
Monochromatic Colors of #B48D0A
Black with #B48D0A
Text Example
Text Example
White with #B48D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D0A; }
p { color: rgb(180,141,10); }
H1.HeaderClassName
{
color: #B48D0A;
}
.AnyTagClassName
{
color: #B48D0A;
}
</style>
background-color css
<style>
a { background-color: #B48D0A; }
a { background-color: rgb(180,141,10); }
div.DivClassName
{
background-color: #B48D0A;
}
.BgClassName
{
background-color: #B48D0A;
}
</style>
border-color css
<style>
span { border-color: #B48D0A; }
span { border-color: rgb(180,141,10); }
td.TdClassName
{
border-color: #B48D0A;
}
.TagClassName
{
border-color: #B48D0A;
}
</style>