Shades of Dark Goldenrod #B18100
Tints of Dark Goldenrod #B18100
RGB
CMYK
RGB Variations
Color information
#B18100 (or 0xB18100) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 00. RGB value is (177,129,0). Sum of RGB (Red+Green+Blue) = 177+129+0=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B18100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18100 is #4E7EFF. Grayscale: #818181. Windows color (decimal): -5144320 or 33201. OLE color: 33201.
HSL color Cylindrical-coordinate representation of color #B18100: hue angle of 43.73º 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 #B18100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.31 |
| HSL | 43.73º | 1% | 0.35% | - |
| HSV(B) | 43.73º | 1% | 0.69% | - |
| XYZ | 25.98 | 25.05 | 3.47 | - |
| YUV | 128.65 | 55.4 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 0 | 0 | 0.27 | 1 | 0.31 | 43.73 | 1 | 0.35 |
| Hex | B1 | 81 | 0 | 0 | 1B | 64 | 1F | 2C | 64 | 23 |
| Octal | 261 | 201 | 0 | 0 | 33 | 144 | 37 | 54 | 144 | 43 |
| Binary | 10110001 | 10000001 | 0 | 0 | 11011 | 1100100 | 11111 | 101100 | 1100100 | 100011 |
Color Harmonies of #B18100
Complementary color
Monochromatic Colors of #B18100
Black with #B18100
Text Example
Text Example
White with #B18100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18100; }
p { color: rgb(177,129,0); }
H1.HeaderClassName
{
color: #B18100;
}
.AnyTagClassName
{
color: #B18100;
}
</style>
background-color css
<style>
a { background-color: #B18100; }
a { background-color: rgb(177,129,0); }
div.DivClassName
{
background-color: #B18100;
}
.BgClassName
{
background-color: #B18100;
}
</style>
border-color css
<style>
span { border-color: #B18100; }
span { border-color: rgb(177,129,0); }
td.TdClassName
{
border-color: #B18100;
}
.TagClassName
{
border-color: #B18100;
}
</style>