Shades of Dark Goldenrod #B48F0E
Tints of Dark Goldenrod #B48F0E
RGB
CMYK
RGB Variations
Color information
#B48F0E (or 0xB48F0E) is known color: Dark Goldenrod. HEX triplet: B4, 8F and 0E. RGB value is (180,143,14). Sum of RGB (Red+Green+Blue) = 180+143+14=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F0E is #4B70F1. Grayscale: #8B8B8B. Windows color (decimal): -4944114 or 954292. OLE color: 954292.
HSL color Cylindrical-coordinate representation of color #B48F0E: hue angle of 46.63º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B48F0E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.29 |
| HSL | 46.63º | 0.86% | 0.38% | - |
| HSV(B) | 46.63º | 0.92% | 0.71% | - |
| XYZ | 28.72 | 29.38 | 4.57 | - |
| YUV | 139.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 14 | 0 | 0.21 | 0.92 | 0.29 | 46.63 | 0.86 | 0.38 |
| Hex | B4 | 8F | E | 0 | 15 | 5C | 1D | 2F | 56 | 26 |
| Octal | 264 | 217 | 16 | 0 | 25 | 134 | 35 | 57 | 126 | 46 |
| Binary | 10110100 | 10001111 | 1110 | 0 | 10101 | 1011100 | 11101 | 101111 | 1010110 | 100110 |
Color Harmonies of #B48F0E
Complementary color
Monochromatic Colors of #B48F0E
Black with #B48F0E
Text Example
Text Example
White with #B48F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F0E; }
p { color: rgb(180,143,14); }
H1.HeaderClassName
{
color: #B48F0E;
}
.AnyTagClassName
{
color: #B48F0E;
}
</style>
background-color css
<style>
a { background-color: #B48F0E; }
a { background-color: rgb(180,143,14); }
div.DivClassName
{
background-color: #B48F0E;
}
.BgClassName
{
background-color: #B48F0E;
}
</style>
border-color css
<style>
span { border-color: #B48F0E; }
span { border-color: rgb(180,143,14); }
td.TdClassName
{
border-color: #B48F0E;
}
.TagClassName
{
border-color: #B48F0E;
}
</style>