Shades of Dark Goldenrod #B1880D
Tints of Dark Goldenrod #B1880D
RGB
CMYK
RGB Variations
Color information
#B1880D (or 0xB1880D) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 0D. RGB value is (177,136,13). Sum of RGB (Red+Green+Blue) = 177+136+13=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B1880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1880D is #4E77F2. Grayscale: #868686. Windows color (decimal): -5142515 or 886961. OLE color: 886961.
HSL color Cylindrical-coordinate representation of color #B1880D: hue angle of 45º 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 #B1880D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.31 |
| HSL | 45º | 0.86% | 0.37% | - |
| HSV(B) | 45º | 0.93% | 0.69% | - |
| XYZ | 27.01 | 26.98 | 4.17 | - |
| YUV | 134.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 13 | 0 | 0.23 | 0.93 | 0.31 | 45 | 0.86 | 0.37 |
| Hex | B1 | 88 | D | 0 | 17 | 5D | 1F | 2D | 56 | 25 |
| Octal | 261 | 210 | 15 | 0 | 27 | 135 | 37 | 55 | 126 | 45 |
| Binary | 10110001 | 10001000 | 1101 | 0 | 10111 | 1011101 | 11111 | 101101 | 1010110 | 100101 |
Color Harmonies of #B1880D
Complementary color
Monochromatic Colors of #B1880D
Black with #B1880D
Text Example
Text Example
White with #B1880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1880D; }
p { color: rgb(177,136,13); }
H1.HeaderClassName
{
color: #B1880D;
}
.AnyTagClassName
{
color: #B1880D;
}
</style>
background-color css
<style>
a { background-color: #B1880D; }
a { background-color: rgb(177,136,13); }
div.DivClassName
{
background-color: #B1880D;
}
.BgClassName
{
background-color: #B1880D;
}
</style>
border-color css
<style>
span { border-color: #B1880D; }
span { border-color: rgb(177,136,13); }
td.TdClassName
{
border-color: #B1880D;
}
.TagClassName
{
border-color: #B1880D;
}
</style>