Shades of Dark Goldenrod #B3710F
Tints of Dark Goldenrod #B3710F
RGB
CMYK
RGB Variations
Color information
#B3710F (or 0xB3710F) is known color: Dark Goldenrod. HEX triplet: B3, 71 and 0F. RGB value is (179,113,15). Sum of RGB (Red+Green+Blue) = 179+113+15=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3710F is #4C8EF0. Grayscale: #7A7A7A. Windows color (decimal): -5017329 or 1012147. OLE color: 1012147.
HSL color Cylindrical-coordinate representation of color #B3710F: hue angle of 35.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3710F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.30 |
| HSL | 35.85º | 0.85% | 0.38% | - |
| HSV(B) | 35.85º | 0.92% | 0.7% | - |
| XYZ | 24.58 | 21.43 | 3.29 | - |
| YUV | 121.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 15 | 0 | 0.37 | 0.92 | 0.30 | 35.85 | 0.85 | 0.38 |
| Hex | B3 | 71 | F | 0 | 25 | 5C | 1E | 24 | 55 | 26 |
| Octal | 263 | 161 | 17 | 0 | 45 | 134 | 36 | 44 | 125 | 46 |
| Binary | 10110011 | 1110001 | 1111 | 0 | 100101 | 1011100 | 11110 | 100100 | 1010101 | 100110 |
Color Harmonies of #B3710F
Complementary color
Monochromatic Colors of #B3710F
Black with #B3710F
Text Example
Text Example
White with #B3710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3710F; }
p { color: rgb(179,113,15); }
H1.HeaderClassName
{
color: #B3710F;
}
.AnyTagClassName
{
color: #B3710F;
}
</style>
background-color css
<style>
a { background-color: #B3710F; }
a { background-color: rgb(179,113,15); }
div.DivClassName
{
background-color: #B3710F;
}
.BgClassName
{
background-color: #B3710F;
}
</style>
border-color css
<style>
span { border-color: #B3710F; }
span { border-color: rgb(179,113,15); }
td.TdClassName
{
border-color: #B3710F;
}
.TagClassName
{
border-color: #B3710F;
}
</style>