Shades of Dark Goldenrod #B18605
Tints of Dark Goldenrod #B18605
RGB
CMYK
RGB Variations
Color information
#B18605 (or 0xB18605) is known color: Dark Goldenrod. HEX triplet: B1, 86 and 05. RGB value is (177,134,5). Sum of RGB (Red+Green+Blue) = 177+134+5=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18605 is #4E79FA. Grayscale: #848484. Windows color (decimal): -5143035 or 362161. OLE color: 362161.
HSL color Cylindrical-coordinate representation of color #B18605: hue angle of 45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B18605 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.31 |
| HSL | 45º | 0.95% | 0.36% | - |
| HSV(B) | 45º | 0.97% | 0.69% | - |
| XYZ | 26.68 | 26.41 | 3.83 | - |
| YUV | 132.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 5 | 0 | 0.24 | 0.97 | 0.31 | 45 | 0.95 | 0.36 |
| Hex | B1 | 86 | 5 | 0 | 18 | 61 | 1F | 2D | 5F | 24 |
| Octal | 261 | 206 | 5 | 0 | 30 | 141 | 37 | 55 | 137 | 44 |
| Binary | 10110001 | 10000110 | 101 | 0 | 11000 | 1100001 | 11111 | 101101 | 1011111 | 100100 |
Color Harmonies of #B18605
Complementary color
Monochromatic Colors of #B18605
Black with #B18605
Text Example
Text Example
White with #B18605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18605; }
p { color: rgb(177,134,5); }
H1.HeaderClassName
{
color: #B18605;
}
.AnyTagClassName
{
color: #B18605;
}
</style>
background-color css
<style>
a { background-color: #B18605; }
a { background-color: rgb(177,134,5); }
div.DivClassName
{
background-color: #B18605;
}
.BgClassName
{
background-color: #B18605;
}
</style>
border-color css
<style>
span { border-color: #B18605; }
span { border-color: rgb(177,134,5); }
td.TdClassName
{
border-color: #B18605;
}
.TagClassName
{
border-color: #B18605;
}
</style>