Shades of Dark Goldenrod #B1881C
Tints of Dark Goldenrod #B1881C
RGB
CMYK
RGB Variations
Color information
#B1881C (or 0xB1881C) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 1C. RGB value is (177,136,28). Sum of RGB (Red+Green+Blue) = 177+136+28=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1881C is #4E77E3. Grayscale: #888888. Windows color (decimal): -5142500 or 1870001. OLE color: 1870001.
HSL color Cylindrical-coordinate representation of color #B1881C: hue angle of 43.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1881C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.31 |
| HSL | 43.49º | 0.73% | 0.4% | - |
| HSV(B) | 43.49º | 0.84% | 0.69% | - |
| XYZ | 27.15 | 27.04 | 4.89 | - |
| YUV | 135.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 28 | 0 | 0.23 | 0.84 | 0.31 | 43.49 | 0.73 | 0.4 |
| Hex | B1 | 88 | 1C | 0 | 17 | 54 | 1F | 2B | 49 | 28 |
| Octal | 261 | 210 | 34 | 0 | 27 | 124 | 37 | 53 | 111 | 50 |
| Binary | 10110001 | 10001000 | 11100 | 0 | 10111 | 1010100 | 11111 | 101011 | 1001001 | 101000 |
Color Harmonies of #B1881C
Complementary color
Monochromatic Colors of #B1881C
Black with #B1881C
Text Example
Text Example
White with #B1881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1881C; }
p { color: rgb(177,136,28); }
H1.HeaderClassName
{
color: #B1881C;
}
.AnyTagClassName
{
color: #B1881C;
}
</style>
background-color css
<style>
a { background-color: #B1881C; }
a { background-color: rgb(177,136,28); }
div.DivClassName
{
background-color: #B1881C;
}
.BgClassName
{
background-color: #B1881C;
}
</style>
border-color css
<style>
span { border-color: #B1881C; }
span { border-color: rgb(177,136,28); }
td.TdClassName
{
border-color: #B1881C;
}
.TagClassName
{
border-color: #B1881C;
}
</style>