Shades of Dark Goldenrod #B17B12
Tints of Dark Goldenrod #B17B12
RGB
CMYK
RGB Variations
Color information
#B17B12 (or 0xB17B12) is known color: Dark Goldenrod. HEX triplet: B1, 7B and 12. RGB value is (177,123,18). Sum of RGB (Red+Green+Blue) = 177+123+18=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17B12 is #4E84ED. Grayscale: #7F7F7F. Windows color (decimal): -5145838 or 1211313. OLE color: 1211313.
HSL color Cylindrical-coordinate representation of color #B17B12: hue angle of 39.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17B12 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 18 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.31 |
| HSL | 39.62º | 0.82% | 0.38% | - |
| HSV(B) | 39.62º | 0.9% | 0.69% | - |
| XYZ | 25.32 | 23.56 | 3.78 | - |
| YUV | 127.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 18 | 0 | 0.31 | 0.90 | 0.31 | 39.62 | 0.82 | 0.38 |
| Hex | B1 | 7B | 12 | 0 | 1F | 5A | 1F | 28 | 52 | 26 |
| Octal | 261 | 173 | 22 | 0 | 37 | 132 | 37 | 50 | 122 | 46 |
| Binary | 10110001 | 1111011 | 10010 | 0 | 11111 | 1011010 | 11111 | 101000 | 1010010 | 100110 |
Color Harmonies of #B17B12
Complementary color
Monochromatic Colors of #B17B12
Black with #B17B12
Text Example
Text Example
White with #B17B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B12; }
p { color: rgb(177,123,18); }
H1.HeaderClassName
{
color: #B17B12;
}
.AnyTagClassName
{
color: #B17B12;
}
</style>
background-color css
<style>
a { background-color: #B17B12; }
a { background-color: rgb(177,123,18); }
div.DivClassName
{
background-color: #B17B12;
}
.BgClassName
{
background-color: #B17B12;
}
</style>
border-color css
<style>
span { border-color: #B17B12; }
span { border-color: rgb(177,123,18); }
td.TdClassName
{
border-color: #B17B12;
}
.TagClassName
{
border-color: #B17B12;
}
</style>