Shades of Dark Goldenrod #B0891C
Tints of Dark Goldenrod #B0891C
RGB
CMYK
RGB Variations
Color information
#B0891C (or 0xB0891C) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 1C. RGB value is (176,137,28). Sum of RGB (Red+Green+Blue) = 176+137+28=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0891C is #4F76E3. Grayscale: #888888. Windows color (decimal): -5207780 or 1870256. OLE color: 1870256.
HSL color Cylindrical-coordinate representation of color #B0891C: hue angle of 44.19º 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 #B0891C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 28 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.31 |
| HSL | 44.19º | 0.73% | 0.4% | - |
| HSV(B) | 44.19º | 0.84% | 0.69% | - |
| XYZ | 27.06 | 27.21 | 4.92 | - |
| YUV | 136.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 28 | 0 | 0.22 | 0.84 | 0.31 | 44.19 | 0.73 | 0.4 |
| Hex | B0 | 89 | 1C | 0 | 16 | 54 | 1F | 2C | 49 | 28 |
| Octal | 260 | 211 | 34 | 0 | 26 | 124 | 37 | 54 | 111 | 50 |
| Binary | 10110000 | 10001001 | 11100 | 0 | 10110 | 1010100 | 11111 | 101100 | 1001001 | 101000 |
Color Harmonies of #B0891C
Complementary color
Monochromatic Colors of #B0891C
Black with #B0891C
Text Example
Text Example
White with #B0891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0891C; }
p { color: rgb(176,137,28); }
H1.HeaderClassName
{
color: #B0891C;
}
.AnyTagClassName
{
color: #B0891C;
}
</style>
background-color css
<style>
a { background-color: #B0891C; }
a { background-color: rgb(176,137,28); }
div.DivClassName
{
background-color: #B0891C;
}
.BgClassName
{
background-color: #B0891C;
}
</style>
border-color css
<style>
span { border-color: #B0891C; }
span { border-color: rgb(176,137,28); }
td.TdClassName
{
border-color: #B0891C;
}
.TagClassName
{
border-color: #B0891C;
}
</style>