Shades of Dark Goldenrod #B0890B
Tints of Dark Goldenrod #B0890B
RGB
CMYK
RGB Variations
Color information
#B0890B (or 0xB0890B) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 0B. RGB value is (176,137,11). Sum of RGB (Red+Green+Blue) = 176+137+11=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0890B is #4F76F4. Grayscale: #868686. Windows color (decimal): -5207797 or 756144. OLE color: 756144.
HSL color Cylindrical-coordinate representation of color #B0890B: hue angle of 45.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0890B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.31 |
| HSL | 45.82º | 0.88% | 0.37% | - |
| HSV(B) | 45.82º | 0.94% | 0.69% | - |
| XYZ | 26.91 | 27.15 | 4.14 | - |
| YUV | 134.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 11 | 0 | 0.22 | 0.94 | 0.31 | 45.82 | 0.88 | 0.37 |
| Hex | B0 | 89 | B | 0 | 16 | 5E | 1F | 2E | 58 | 25 |
| Octal | 260 | 211 | 13 | 0 | 26 | 136 | 37 | 56 | 130 | 45 |
| Binary | 10110000 | 10001001 | 1011 | 0 | 10110 | 1011110 | 11111 | 101110 | 1011000 | 100101 |
Color Harmonies of #B0890B
Complementary color
Monochromatic Colors of #B0890B
Black with #B0890B
Text Example
Text Example
White with #B0890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0890B; }
p { color: rgb(176,137,11); }
H1.HeaderClassName
{
color: #B0890B;
}
.AnyTagClassName
{
color: #B0890B;
}
</style>
background-color css
<style>
a { background-color: #B0890B; }
a { background-color: rgb(176,137,11); }
div.DivClassName
{
background-color: #B0890B;
}
.BgClassName
{
background-color: #B0890B;
}
</style>
border-color css
<style>
span { border-color: #B0890B; }
span { border-color: rgb(176,137,11); }
td.TdClassName
{
border-color: #B0890B;
}
.TagClassName
{
border-color: #B0890B;
}
</style>