Shades of Dark Goldenrod #B1840D
Tints of Dark Goldenrod #B1840D
RGB
CMYK
RGB Variations
Color information
#B1840D (or 0xB1840D) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 0D. RGB value is (177,132,13). Sum of RGB (Red+Green+Blue) = 177+132+13=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1840D is #4E7BF2. Grayscale: #848484. Windows color (decimal): -5143539 or 885937. OLE color: 885937.
HSL color Cylindrical-coordinate representation of color #B1840D: hue angle of 43.54º 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 #B1840D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 13 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.31 |
| HSL | 43.54º | 0.86% | 0.37% | - |
| HSV(B) | 43.54º | 0.93% | 0.69% | - |
| XYZ | 26.46 | 25.88 | 3.98 | - |
| YUV | 131.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 13 | 0 | 0.25 | 0.93 | 0.31 | 43.54 | 0.86 | 0.37 |
| Hex | B1 | 84 | D | 0 | 19 | 5D | 1F | 2C | 56 | 25 |
| Octal | 261 | 204 | 15 | 0 | 31 | 135 | 37 | 54 | 126 | 45 |
| Binary | 10110001 | 10000100 | 1101 | 0 | 11001 | 1011101 | 11111 | 101100 | 1010110 | 100101 |
Color Harmonies of #B1840D
Complementary color
Monochromatic Colors of #B1840D
Black with #B1840D
Text Example
Text Example
White with #B1840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1840D; }
p { color: rgb(177,132,13); }
H1.HeaderClassName
{
color: #B1840D;
}
.AnyTagClassName
{
color: #B1840D;
}
</style>
background-color css
<style>
a { background-color: #B1840D; }
a { background-color: rgb(177,132,13); }
div.DivClassName
{
background-color: #B1840D;
}
.BgClassName
{
background-color: #B1840D;
}
</style>
border-color css
<style>
span { border-color: #B1840D; }
span { border-color: rgb(177,132,13); }
td.TdClassName
{
border-color: #B1840D;
}
.TagClassName
{
border-color: #B1840D;
}
</style>