Shades of Dark Goldenrod #B1790B
Tints of Dark Goldenrod #B1790B
RGB
CMYK
RGB Variations
Color information
#B1790B (or 0xB1790B) is known color: Dark Goldenrod. HEX triplet: B1, 79 and 0B. RGB value is (177,121,11). Sum of RGB (Red+Green+Blue) = 177+121+11=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1790B is #4E86F4. Grayscale: #7D7D7D. Windows color (decimal): -5146357 or 752049. OLE color: 752049.
HSL color Cylindrical-coordinate representation of color #B1790B: hue angle of 39.76º 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 #B1790B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.31 |
| HSL | 39.76º | 0.88% | 0.37% | - |
| HSV(B) | 39.76º | 0.94% | 0.69% | - |
| XYZ | 25.03 | 23.05 | 3.45 | - |
| YUV | 125.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 11 | 0 | 0.32 | 0.94 | 0.31 | 39.76 | 0.88 | 0.37 |
| Hex | B1 | 79 | B | 0 | 20 | 5E | 1F | 28 | 58 | 25 |
| Octal | 261 | 171 | 13 | 0 | 40 | 136 | 37 | 50 | 130 | 45 |
| Binary | 10110001 | 1111001 | 1011 | 0 | 100000 | 1011110 | 11111 | 101000 | 1011000 | 100101 |
Color Harmonies of #B1790B
Complementary color
Monochromatic Colors of #B1790B
Black with #B1790B
Text Example
Text Example
White with #B1790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1790B; }
p { color: rgb(177,121,11); }
H1.HeaderClassName
{
color: #B1790B;
}
.AnyTagClassName
{
color: #B1790B;
}
</style>
background-color css
<style>
a { background-color: #B1790B; }
a { background-color: rgb(177,121,11); }
div.DivClassName
{
background-color: #B1790B;
}
.BgClassName
{
background-color: #B1790B;
}
</style>
border-color css
<style>
span { border-color: #B1790B; }
span { border-color: rgb(177,121,11); }
td.TdClassName
{
border-color: #B1790B;
}
.TagClassName
{
border-color: #B1790B;
}
</style>