Shades of Dark Goldenrod #B17B0B
Tints of Dark Goldenrod #B17B0B
RGB
CMYK
RGB Variations
Color information
#B17B0B (or 0xB17B0B) is known color: Dark Goldenrod. HEX triplet: B1, 7B and 0B. RGB value is (177,123,11). Sum of RGB (Red+Green+Blue) = 177+123+11=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17B0B is #4E84F4. Grayscale: #7E7E7E. Windows color (decimal): -5145845 or 752561. OLE color: 752561.
HSL color Cylindrical-coordinate representation of color #B17B0B: hue angle of 40.48º 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 #B17B0B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.31 |
| HSL | 40.48º | 0.88% | 0.37% | - |
| HSV(B) | 40.48º | 0.94% | 0.69% | - |
| XYZ | 25.27 | 23.54 | 3.53 | - |
| YUV | 126.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 11 | 0 | 0.31 | 0.94 | 0.31 | 40.48 | 0.88 | 0.37 |
| Hex | B1 | 7B | B | 0 | 1F | 5E | 1F | 28 | 58 | 25 |
| Octal | 261 | 173 | 13 | 0 | 37 | 136 | 37 | 50 | 130 | 45 |
| Binary | 10110001 | 1111011 | 1011 | 0 | 11111 | 1011110 | 11111 | 101000 | 1011000 | 100101 |
Color Harmonies of #B17B0B
Complementary color
Monochromatic Colors of #B17B0B
Black with #B17B0B
Text Example
Text Example
White with #B17B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B0B; }
p { color: rgb(177,123,11); }
H1.HeaderClassName
{
color: #B17B0B;
}
.AnyTagClassName
{
color: #B17B0B;
}
</style>
background-color css
<style>
a { background-color: #B17B0B; }
a { background-color: rgb(177,123,11); }
div.DivClassName
{
background-color: #B17B0B;
}
.BgClassName
{
background-color: #B17B0B;
}
</style>
border-color css
<style>
span { border-color: #B17B0B; }
span { border-color: rgb(177,123,11); }
td.TdClassName
{
border-color: #B17B0B;
}
.TagClassName
{
border-color: #B17B0B;
}
</style>