Shades of Dark Goldenrod #B1750B
Tints of Dark Goldenrod #B1750B
RGB
CMYK
RGB Variations
Color information
#B1750B (or 0xB1750B) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 0B. RGB value is (177,117,11). Sum of RGB (Red+Green+Blue) = 177+117+11=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1750B is #4E8AF4. Grayscale: #7B7B7B. Windows color (decimal): -5147381 or 751025. OLE color: 751025.
HSL color Cylindrical-coordinate representation of color #B1750B: hue angle of 38.31º 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 #B1750B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.31 |
| HSL | 38.31º | 0.88% | 0.37% | - |
| HSV(B) | 38.31º | 0.94% | 0.69% | - |
| XYZ | 24.55 | 22.09 | 3.29 | - |
| YUV | 122.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 11 | 0 | 0.34 | 0.94 | 0.31 | 38.31 | 0.88 | 0.37 |
| Hex | B1 | 75 | B | 0 | 22 | 5E | 1F | 26 | 58 | 25 |
| Octal | 261 | 165 | 13 | 0 | 42 | 136 | 37 | 46 | 130 | 45 |
| Binary | 10110001 | 1110101 | 1011 | 0 | 100010 | 1011110 | 11111 | 100110 | 1011000 | 100101 |
Color Harmonies of #B1750B
Complementary color
Monochromatic Colors of #B1750B
Black with #B1750B
Text Example
Text Example
White with #B1750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1750B; }
p { color: rgb(177,117,11); }
H1.HeaderClassName
{
color: #B1750B;
}
.AnyTagClassName
{
color: #B1750B;
}
</style>
background-color css
<style>
a { background-color: #B1750B; }
a { background-color: rgb(177,117,11); }
div.DivClassName
{
background-color: #B1750B;
}
.BgClassName
{
background-color: #B1750B;
}
</style>
border-color css
<style>
span { border-color: #B1750B; }
span { border-color: rgb(177,117,11); }
td.TdClassName
{
border-color: #B1750B;
}
.TagClassName
{
border-color: #B1750B;
}
</style>