Shades of Dark Goldenrod #B17B18
Tints of Dark Goldenrod #B17B18
RGB
CMYK
RGB Variations
Color information
#B17B18 (or 0xB17B18) is known color: Dark Goldenrod. HEX triplet: B1, 7B and 18. RGB value is (177,123,24). Sum of RGB (Red+Green+Blue) = 177+123+24=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17B18 is #4E84E7. Grayscale: #808080. Windows color (decimal): -5145832 or 1604529. OLE color: 1604529.
HSL color Cylindrical-coordinate representation of color #B17B18: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17B18 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 24 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.31 |
| HSL | 38.82º | 0.76% | 0.39% | - |
| HSV(B) | 38.82º | 0.86% | 0.69% | - |
| XYZ | 25.38 | 23.58 | 4.08 | - |
| YUV | 127.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 24 | 0 | 0.31 | 0.86 | 0.31 | 38.82 | 0.76 | 0.39 |
| Hex | B1 | 7B | 18 | 0 | 1F | 56 | 1F | 27 | 4C | 27 |
| Octal | 261 | 173 | 30 | 0 | 37 | 126 | 37 | 47 | 114 | 47 |
| Binary | 10110001 | 1111011 | 11000 | 0 | 11111 | 1010110 | 11111 | 100111 | 1001100 | 100111 |
Color Harmonies of #B17B18
Complementary color
Monochromatic Colors of #B17B18
Black with #B17B18
Text Example
Text Example
White with #B17B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B18; }
p { color: rgb(177,123,24); }
H1.HeaderClassName
{
color: #B17B18;
}
.AnyTagClassName
{
color: #B17B18;
}
</style>
background-color css
<style>
a { background-color: #B17B18; }
a { background-color: rgb(177,123,24); }
div.DivClassName
{
background-color: #B17B18;
}
.BgClassName
{
background-color: #B17B18;
}
</style>
border-color css
<style>
span { border-color: #B17B18; }
span { border-color: rgb(177,123,24); }
td.TdClassName
{
border-color: #B17B18;
}
.TagClassName
{
border-color: #B17B18;
}
</style>