Shades of Dark Goldenrod #B1740F
Tints of Dark Goldenrod #B1740F
RGB
CMYK
RGB Variations
Color information
#B1740F (or 0xB1740F) is known color: Dark Goldenrod. HEX triplet: B1, 74 and 0F. RGB value is (177,116,15). Sum of RGB (Red+Green+Blue) = 177+116+15=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1740F is #4E8BF0. Grayscale: #7B7B7B. Windows color (decimal): -5147633 or 1012913. OLE color: 1012913.
HSL color Cylindrical-coordinate representation of color #B1740F: hue angle of 37.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1740F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.31 |
| HSL | 37.41º | 0.84% | 0.38% | - |
| HSV(B) | 37.41º | 0.92% | 0.69% | - |
| XYZ | 24.46 | 21.87 | 3.38 | - |
| YUV | 122.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 15 | 0 | 0.34 | 0.92 | 0.31 | 37.41 | 0.84 | 0.38 |
| Hex | B1 | 74 | F | 0 | 22 | 5C | 1F | 25 | 54 | 26 |
| Octal | 261 | 164 | 17 | 0 | 42 | 134 | 37 | 45 | 124 | 46 |
| Binary | 10110001 | 1110100 | 1111 | 0 | 100010 | 1011100 | 11111 | 100101 | 1010100 | 100110 |
Color Harmonies of #B1740F
Complementary color
Monochromatic Colors of #B1740F
Black with #B1740F
Text Example
Text Example
White with #B1740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1740F; }
p { color: rgb(177,116,15); }
H1.HeaderClassName
{
color: #B1740F;
}
.AnyTagClassName
{
color: #B1740F;
}
</style>
background-color css
<style>
a { background-color: #B1740F; }
a { background-color: rgb(177,116,15); }
div.DivClassName
{
background-color: #B1740F;
}
.BgClassName
{
background-color: #B1740F;
}
</style>
border-color css
<style>
span { border-color: #B1740F; }
span { border-color: rgb(177,116,15); }
td.TdClassName
{
border-color: #B1740F;
}
.TagClassName
{
border-color: #B1740F;
}
</style>