Shades of Dark Goldenrod #B4880D
Tints of Dark Goldenrod #B4880D
RGB
CMYK
RGB Variations
Color information
#B4880D (or 0xB4880D) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 0D. RGB value is (180,136,13). Sum of RGB (Red+Green+Blue) = 180+136+13=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4880D is #4B77F2. Grayscale: #878787. Windows color (decimal): -4945907 or 886964. OLE color: 886964.
HSL color Cylindrical-coordinate representation of color #B4880D: hue angle of 44.19º 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 #B4880D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.29 |
| HSL | 44.19º | 0.87% | 0.38% | - |
| HSV(B) | 44.19º | 0.93% | 0.71% | - |
| XYZ | 27.7 | 27.34 | 4.2 | - |
| YUV | 135.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 13 | 0 | 0.24 | 0.93 | 0.29 | 44.19 | 0.87 | 0.38 |
| Hex | B4 | 88 | D | 0 | 18 | 5D | 1D | 2C | 57 | 26 |
| Octal | 264 | 210 | 15 | 0 | 30 | 135 | 35 | 54 | 127 | 46 |
| Binary | 10110100 | 10001000 | 1101 | 0 | 11000 | 1011101 | 11101 | 101100 | 1010111 | 100110 |
Color Harmonies of #B4880D
Complementary color
Monochromatic Colors of #B4880D
Black with #B4880D
Text Example
Text Example
White with #B4880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4880D; }
p { color: rgb(180,136,13); }
H1.HeaderClassName
{
color: #B4880D;
}
.AnyTagClassName
{
color: #B4880D;
}
</style>
background-color css
<style>
a { background-color: #B4880D; }
a { background-color: rgb(180,136,13); }
div.DivClassName
{
background-color: #B4880D;
}
.BgClassName
{
background-color: #B4880D;
}
</style>
border-color css
<style>
span { border-color: #B4880D; }
span { border-color: rgb(180,136,13); }
td.TdClassName
{
border-color: #B4880D;
}
.TagClassName
{
border-color: #B4880D;
}
</style>