Shades of Dark Goldenrod #B0880D
Tints of Dark Goldenrod #B0880D
RGB
CMYK
RGB Variations
Color information
#B0880D (or 0xB0880D) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 0D. RGB value is (176,136,13). Sum of RGB (Red+Green+Blue) = 176+136+13=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0880D is #4F77F2. Grayscale: #868686. Windows color (decimal): -5208051 or 886960. OLE color: 886960.
HSL color Cylindrical-coordinate representation of color #B0880D: hue angle of 45.28º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0880D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.31 |
| HSL | 45.28º | 0.86% | 0.37% | - |
| HSV(B) | 45.28º | 0.93% | 0.69% | - |
| XYZ | 26.78 | 26.87 | 4.16 | - |
| YUV | 133.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 13 | 0 | 0.23 | 0.93 | 0.31 | 45.28 | 0.86 | 0.37 |
| Hex | B0 | 88 | D | 0 | 17 | 5D | 1F | 2D | 56 | 25 |
| Octal | 260 | 210 | 15 | 0 | 27 | 135 | 37 | 55 | 126 | 45 |
| Binary | 10110000 | 10001000 | 1101 | 0 | 10111 | 1011101 | 11111 | 101101 | 1010110 | 100101 |
Color Harmonies of #B0880D
Complementary color
Monochromatic Colors of #B0880D
Black with #B0880D
Text Example
Text Example
White with #B0880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0880D; }
p { color: rgb(176,136,13); }
H1.HeaderClassName
{
color: #B0880D;
}
.AnyTagClassName
{
color: #B0880D;
}
</style>
background-color css
<style>
a { background-color: #B0880D; }
a { background-color: rgb(176,136,13); }
div.DivClassName
{
background-color: #B0880D;
}
.BgClassName
{
background-color: #B0880D;
}
</style>
border-color css
<style>
span { border-color: #B0880D; }
span { border-color: rgb(176,136,13); }
td.TdClassName
{
border-color: #B0880D;
}
.TagClassName
{
border-color: #B0880D;
}
</style>