Shades of Dark Goldenrod #B1881B
Tints of Dark Goldenrod #B1881B
RGB
CMYK
RGB Variations
Color information
#B1881B (or 0xB1881B) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 1B. RGB value is (177,136,27). Sum of RGB (Red+Green+Blue) = 177+136+27=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1881B is #4E77E4. Grayscale: #888888. Windows color (decimal): -5142501 or 1804465. OLE color: 1804465.
HSL color Cylindrical-coordinate representation of color #B1881B: hue angle of 43.6º 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 #B1881B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 27 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.31 |
| HSL | 43.6º | 0.74% | 0.4% | - |
| HSV(B) | 43.6º | 0.85% | 0.69% | - |
| XYZ | 27.13 | 27.03 | 4.83 | - |
| YUV | 135.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 27 | 0 | 0.23 | 0.85 | 0.31 | 43.6 | 0.74 | 0.4 |
| Hex | B1 | 88 | 1B | 0 | 17 | 55 | 1F | 2C | 4A | 28 |
| Octal | 261 | 210 | 33 | 0 | 27 | 125 | 37 | 54 | 112 | 50 |
| Binary | 10110001 | 10001000 | 11011 | 0 | 10111 | 1010101 | 11111 | 101100 | 1001010 | 101000 |
Color Harmonies of #B1881B
Complementary color
Monochromatic Colors of #B1881B
Black with #B1881B
Text Example
Text Example
White with #B1881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1881B; }
p { color: rgb(177,136,27); }
H1.HeaderClassName
{
color: #B1881B;
}
.AnyTagClassName
{
color: #B1881B;
}
</style>
background-color css
<style>
a { background-color: #B1881B; }
a { background-color: rgb(177,136,27); }
div.DivClassName
{
background-color: #B1881B;
}
.BgClassName
{
background-color: #B1881B;
}
</style>
border-color css
<style>
span { border-color: #B1881B; }
span { border-color: rgb(177,136,27); }
td.TdClassName
{
border-color: #B1881B;
}
.TagClassName
{
border-color: #B1881B;
}
</style>