Shades of Dark Goldenrod #B1850B
Tints of Dark Goldenrod #B1850B
RGB
CMYK
RGB Variations
Color information
#B1850B (or 0xB1850B) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 0B. RGB value is (177,133,11). Sum of RGB (Red+Green+Blue) = 177+133+11=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1850B is #4E7AF4. Grayscale: #848484. Windows color (decimal): -5143285 or 755121. OLE color: 755121.
HSL color Cylindrical-coordinate representation of color #B1850B: hue angle of 44.1º 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 #B1850B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.31 |
| HSL | 44.1º | 0.88% | 0.37% | - |
| HSV(B) | 44.1º | 0.94% | 0.69% | - |
| XYZ | 26.58 | 26.15 | 3.96 | - |
| YUV | 132.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 11 | 0 | 0.25 | 0.94 | 0.31 | 44.1 | 0.88 | 0.37 |
| Hex | B1 | 85 | B | 0 | 19 | 5E | 1F | 2C | 58 | 25 |
| Octal | 261 | 205 | 13 | 0 | 31 | 136 | 37 | 54 | 130 | 45 |
| Binary | 10110001 | 10000101 | 1011 | 0 | 11001 | 1011110 | 11111 | 101100 | 1011000 | 100101 |
Color Harmonies of #B1850B
Complementary color
Monochromatic Colors of #B1850B
Black with #B1850B
Text Example
Text Example
White with #B1850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1850B; }
p { color: rgb(177,133,11); }
H1.HeaderClassName
{
color: #B1850B;
}
.AnyTagClassName
{
color: #B1850B;
}
</style>
background-color css
<style>
a { background-color: #B1850B; }
a { background-color: rgb(177,133,11); }
div.DivClassName
{
background-color: #B1850B;
}
.BgClassName
{
background-color: #B1850B;
}
</style>
border-color css
<style>
span { border-color: #B1850B; }
span { border-color: rgb(177,133,11); }
td.TdClassName
{
border-color: #B1850B;
}
.TagClassName
{
border-color: #B1850B;
}
</style>