Shades of Dark Goldenrod #B48F0D
Tints of Dark Goldenrod #B48F0D
RGB
CMYK
RGB Variations
Color information
#B48F0D (or 0xB48F0D) is known color: Dark Goldenrod. HEX triplet: B4, 8F and 0D. RGB value is (180,143,13). Sum of RGB (Red+Green+Blue) = 180+143+13=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F0D is #4B70F2. Grayscale: #8B8B8B. Windows color (decimal): -4944115 or 888756. OLE color: 888756.
HSL color Cylindrical-coordinate representation of color #B48F0D: hue angle of 46.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B48F0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.29 |
| HSL | 46.71º | 0.87% | 0.38% | - |
| HSV(B) | 46.71º | 0.93% | 0.71% | - |
| XYZ | 28.72 | 29.38 | 4.54 | - |
| YUV | 139.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 13 | 0 | 0.21 | 0.93 | 0.29 | 46.71 | 0.87 | 0.38 |
| Hex | B4 | 8F | D | 0 | 15 | 5D | 1D | 2F | 57 | 26 |
| Octal | 264 | 217 | 15 | 0 | 25 | 135 | 35 | 57 | 127 | 46 |
| Binary | 10110100 | 10001111 | 1101 | 0 | 10101 | 1011101 | 11101 | 101111 | 1010111 | 100110 |
Color Harmonies of #B48F0D
Complementary color
Monochromatic Colors of #B48F0D
Black with #B48F0D
Text Example
Text Example
White with #B48F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F0D; }
p { color: rgb(180,143,13); }
H1.HeaderClassName
{
color: #B48F0D;
}
.AnyTagClassName
{
color: #B48F0D;
}
</style>
background-color css
<style>
a { background-color: #B48F0D; }
a { background-color: rgb(180,143,13); }
div.DivClassName
{
background-color: #B48F0D;
}
.BgClassName
{
background-color: #B48F0D;
}
</style>
border-color css
<style>
span { border-color: #B48F0D; }
span { border-color: rgb(180,143,13); }
td.TdClassName
{
border-color: #B48F0D;
}
.TagClassName
{
border-color: #B48F0D;
}
</style>