Shades of Dark Goldenrod #B1870B
Tints of Dark Goldenrod #B1870B
RGB
CMYK
RGB Variations
Color information
#B1870B (or 0xB1870B) is known color: Dark Goldenrod. HEX triplet: B1, 87 and 0B. RGB value is (177,135,11). Sum of RGB (Red+Green+Blue) = 177+135+11=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1870B is #4E78F4. Grayscale: #858585. Windows color (decimal): -5142773 or 755633. OLE color: 755633.
HSL color Cylindrical-coordinate representation of color #B1870B: hue angle of 44.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 #B1870B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.31 |
| HSL | 44.82º | 0.88% | 0.37% | - |
| HSV(B) | 44.82º | 0.94% | 0.69% | - |
| XYZ | 26.86 | 26.7 | 4.05 | - |
| YUV | 133.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 11 | 0 | 0.24 | 0.94 | 0.31 | 44.82 | 0.88 | 0.37 |
| Hex | B1 | 87 | B | 0 | 18 | 5E | 1F | 2D | 58 | 25 |
| Octal | 261 | 207 | 13 | 0 | 30 | 136 | 37 | 55 | 130 | 45 |
| Binary | 10110001 | 10000111 | 1011 | 0 | 11000 | 1011110 | 11111 | 101101 | 1011000 | 100101 |
Color Harmonies of #B1870B
Complementary color
Monochromatic Colors of #B1870B
Black with #B1870B
Text Example
Text Example
White with #B1870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1870B; }
p { color: rgb(177,135,11); }
H1.HeaderClassName
{
color: #B1870B;
}
.AnyTagClassName
{
color: #B1870B;
}
</style>
background-color css
<style>
a { background-color: #B1870B; }
a { background-color: rgb(177,135,11); }
div.DivClassName
{
background-color: #B1870B;
}
.BgClassName
{
background-color: #B1870B;
}
</style>
border-color css
<style>
span { border-color: #B1870B; }
span { border-color: rgb(177,135,11); }
td.TdClassName
{
border-color: #B1870B;
}
.TagClassName
{
border-color: #B1870B;
}
</style>