Shades of Dark Goldenrod #B4860D
Tints of Dark Goldenrod #B4860D
RGB
CMYK
RGB Variations
Color information
#B4860D (or 0xB4860D) is known color: Dark Goldenrod. HEX triplet: B4, 86 and 0D. RGB value is (180,134,13). Sum of RGB (Red+Green+Blue) = 180+134+13=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4860D is #4B79F2. Grayscale: #868686. Windows color (decimal): -4946419 or 886452. OLE color: 886452.
HSL color Cylindrical-coordinate representation of color #B4860D: hue angle of 43.47º 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 #B4860D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.29 |
| HSL | 43.47º | 0.87% | 0.38% | - |
| HSV(B) | 43.47º | 0.93% | 0.71% | - |
| XYZ | 27.42 | 26.78 | 4.11 | - |
| YUV | 133.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 13 | 0 | 0.26 | 0.93 | 0.29 | 43.47 | 0.87 | 0.38 |
| Hex | B4 | 86 | D | 0 | 1A | 5D | 1D | 2B | 57 | 26 |
| Octal | 264 | 206 | 15 | 0 | 32 | 135 | 35 | 53 | 127 | 46 |
| Binary | 10110100 | 10000110 | 1101 | 0 | 11010 | 1011101 | 11101 | 101011 | 1010111 | 100110 |
Color Harmonies of #B4860D
Complementary color
Monochromatic Colors of #B4860D
Black with #B4860D
Text Example
Text Example
White with #B4860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4860D; }
p { color: rgb(180,134,13); }
H1.HeaderClassName
{
color: #B4860D;
}
.AnyTagClassName
{
color: #B4860D;
}
</style>
background-color css
<style>
a { background-color: #B4860D; }
a { background-color: rgb(180,134,13); }
div.DivClassName
{
background-color: #B4860D;
}
.BgClassName
{
background-color: #B4860D;
}
</style>
border-color css
<style>
span { border-color: #B4860D; }
span { border-color: rgb(180,134,13); }
td.TdClassName
{
border-color: #B4860D;
}
.TagClassName
{
border-color: #B4860D;
}
</style>