Shades of Dark Goldenrod #B1841B
Tints of Dark Goldenrod #B1841B
RGB
CMYK
RGB Variations
Color information
#B1841B (or 0xB1841B) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 1B. RGB value is (177,132,27). Sum of RGB (Red+Green+Blue) = 177+132+27=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1841B is #4E7BE4. Grayscale: #858585. Windows color (decimal): -5143525 or 1803441. OLE color: 1803441.
HSL color Cylindrical-coordinate representation of color #B1841B: hue angle of 42º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1841B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 27 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.31 |
| HSL | 42º | 0.74% | 0.4% | - |
| HSV(B) | 42º | 0.85% | 0.69% | - |
| XYZ | 26.58 | 25.93 | 4.64 | - |
| YUV | 133.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 27 | 0 | 0.25 | 0.85 | 0.31 | 42 | 0.74 | 0.4 |
| Hex | B1 | 84 | 1B | 0 | 19 | 55 | 1F | 2A | 4A | 28 |
| Octal | 261 | 204 | 33 | 0 | 31 | 125 | 37 | 52 | 112 | 50 |
| Binary | 10110001 | 10000100 | 11011 | 0 | 11001 | 1010101 | 11111 | 101010 | 1001010 | 101000 |
Color Harmonies of #B1841B
Complementary color
Monochromatic Colors of #B1841B
Black with #B1841B
Text Example
Text Example
White with #B1841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1841B; }
p { color: rgb(177,132,27); }
H1.HeaderClassName
{
color: #B1841B;
}
.AnyTagClassName
{
color: #B1841B;
}
</style>
background-color css
<style>
a { background-color: #B1841B; }
a { background-color: rgb(177,132,27); }
div.DivClassName
{
background-color: #B1841B;
}
.BgClassName
{
background-color: #B1841B;
}
</style>
border-color css
<style>
span { border-color: #B1841B; }
span { border-color: rgb(177,132,27); }
td.TdClassName
{
border-color: #B1841B;
}
.TagClassName
{
border-color: #B1841B;
}
</style>