Shades of Dark Goldenrod #B18700
Tints of Dark Goldenrod #B18700
RGB
CMYK
RGB Variations
Color information
#B18700 (or 0xB18700) is known color: Dark Goldenrod. HEX triplet: B1, 87 and 00. RGB value is (177,135,0). Sum of RGB (Red+Green+Blue) = 177+135+0=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B18700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18700 is #4E78FF. Grayscale: #848484. Windows color (decimal): -5142784 or 34737. OLE color: 34737.
HSL color Cylindrical-coordinate representation of color #B18700: hue angle of 45.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B18700 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.31 |
| HSL | 45.76º | 1% | 0.35% | - |
| HSV(B) | 45.76º | 1% | 0.69% | - |
| XYZ | 26.8 | 26.68 | 3.74 | - |
| YUV | 132.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 0 | 0 | 0.24 | 1 | 0.31 | 45.76 | 1 | 0.35 |
| Hex | B1 | 87 | 0 | 0 | 18 | 64 | 1F | 2E | 64 | 23 |
| Octal | 261 | 207 | 0 | 0 | 30 | 144 | 37 | 56 | 144 | 43 |
| Binary | 10110001 | 10000111 | 0 | 0 | 11000 | 1100100 | 11111 | 101110 | 1100100 | 100011 |
Color Harmonies of #B18700
Complementary color
Monochromatic Colors of #B18700
Black with #B18700
Text Example
Text Example
White with #B18700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18700; }
p { color: rgb(177,135,0); }
H1.HeaderClassName
{
color: #B18700;
}
.AnyTagClassName
{
color: #B18700;
}
</style>
background-color css
<style>
a { background-color: #B18700; }
a { background-color: rgb(177,135,0); }
div.DivClassName
{
background-color: #B18700;
}
.BgClassName
{
background-color: #B18700;
}
</style>
border-color css
<style>
span { border-color: #B18700; }
span { border-color: rgb(177,135,0); }
td.TdClassName
{
border-color: #B18700;
}
.TagClassName
{
border-color: #B18700;
}
</style>