Shades of Dark Goldenrod #B1750D
Tints of Dark Goldenrod #B1750D
RGB
CMYK
RGB Variations
Color information
#B1750D (or 0xB1750D) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 0D. RGB value is (177,117,13). Sum of RGB (Red+Green+Blue) = 177+117+13=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1750D is #4E8AF2. Grayscale: #7B7B7B. Windows color (decimal): -5147379 or 882097. OLE color: 882097.
HSL color Cylindrical-coordinate representation of color #B1750D: hue angle of 38.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1750D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.31 |
| HSL | 38.05º | 0.86% | 0.37% | - |
| HSV(B) | 38.05º | 0.93% | 0.69% | - |
| XYZ | 24.57 | 22.1 | 3.35 | - |
| YUV | 123.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 13 | 0 | 0.34 | 0.93 | 0.31 | 38.05 | 0.86 | 0.37 |
| Hex | B1 | 75 | D | 0 | 22 | 5D | 1F | 26 | 56 | 25 |
| Octal | 261 | 165 | 15 | 0 | 42 | 135 | 37 | 46 | 126 | 45 |
| Binary | 10110001 | 1110101 | 1101 | 0 | 100010 | 1011101 | 11111 | 100110 | 1010110 | 100101 |
Color Harmonies of #B1750D
Complementary color
Monochromatic Colors of #B1750D
Black with #B1750D
Text Example
Text Example
White with #B1750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1750D; }
p { color: rgb(177,117,13); }
H1.HeaderClassName
{
color: #B1750D;
}
.AnyTagClassName
{
color: #B1750D;
}
</style>
background-color css
<style>
a { background-color: #B1750D; }
a { background-color: rgb(177,117,13); }
div.DivClassName
{
background-color: #B1750D;
}
.BgClassName
{
background-color: #B1750D;
}
</style>
border-color css
<style>
span { border-color: #B1750D; }
span { border-color: rgb(177,117,13); }
td.TdClassName
{
border-color: #B1750D;
}
.TagClassName
{
border-color: #B1750D;
}
</style>