Shades of Dark Goldenrod #B18800
Tints of Dark Goldenrod #B18800
RGB
CMYK
RGB Variations
Color information
#B18800 (or 0xB18800) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 00. RGB value is (177,136,0). Sum of RGB (Red+Green+Blue) = 177+136+0=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B18800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18800 is #4E77FF. Grayscale: #858585. Windows color (decimal): -5142528 or 34993. OLE color: 34993.
HSL color Cylindrical-coordinate representation of color #B18800: hue angle of 46.1º 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 #B18800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.31 |
| HSL | 46.1º | 1% | 0.35% | - |
| HSV(B) | 46.1º | 1% | 0.69% | - |
| XYZ | 26.94 | 26.96 | 3.78 | - |
| YUV | 132.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 0 | 0 | 0.23 | 1 | 0.31 | 46.1 | 1 | 0.35 |
| Hex | B1 | 88 | 0 | 0 | 17 | 64 | 1F | 2E | 64 | 23 |
| Octal | 261 | 210 | 0 | 0 | 27 | 144 | 37 | 56 | 144 | 43 |
| Binary | 10110001 | 10001000 | 0 | 0 | 10111 | 1100100 | 11111 | 101110 | 1100100 | 100011 |
Color Harmonies of #B18800
Complementary color
Monochromatic Colors of #B18800
Black with #B18800
Text Example
Text Example
White with #B18800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18800; }
p { color: rgb(177,136,0); }
H1.HeaderClassName
{
color: #B18800;
}
.AnyTagClassName
{
color: #B18800;
}
</style>
background-color css
<style>
a { background-color: #B18800; }
a { background-color: rgb(177,136,0); }
div.DivClassName
{
background-color: #B18800;
}
.BgClassName
{
background-color: #B18800;
}
</style>
border-color css
<style>
span { border-color: #B18800; }
span { border-color: rgb(177,136,0); }
td.TdClassName
{
border-color: #B18800;
}
.TagClassName
{
border-color: #B18800;
}
</style>