Shades of Dark Goldenrod #B18209
Tints of Dark Goldenrod #B18209
RGB
CMYK
RGB Variations
Color information
#B18209 (or 0xB18209) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 09. RGB value is (177,130,9). Sum of RGB (Red+Green+Blue) = 177+130+9=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18209 is #4E7DF6. Grayscale: #828282. Windows color (decimal): -5144055 or 623281. OLE color: 623281.
HSL color Cylindrical-coordinate representation of color #B18209: hue angle of 43.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18209 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 9 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.31 |
| HSL | 43.21º | 0.9% | 0.36% | - |
| HSV(B) | 43.21º | 0.95% | 0.69% | - |
| XYZ | 26.16 | 25.33 | 3.77 | - |
| YUV | 130.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 9 | 0 | 0.27 | 0.95 | 0.31 | 43.21 | 0.9 | 0.36 |
| Hex | B1 | 82 | 9 | 0 | 1B | 5F | 1F | 2B | 5A | 24 |
| Octal | 261 | 202 | 11 | 0 | 33 | 137 | 37 | 53 | 132 | 44 |
| Binary | 10110001 | 10000010 | 1001 | 0 | 11011 | 1011111 | 11111 | 101011 | 1011010 | 100100 |
Color Harmonies of #B18209
Complementary color
Monochromatic Colors of #B18209
Black with #B18209
Text Example
Text Example
White with #B18209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18209; }
p { color: rgb(177,130,9); }
H1.HeaderClassName
{
color: #B18209;
}
.AnyTagClassName
{
color: #B18209;
}
</style>
background-color css
<style>
a { background-color: #B18209; }
a { background-color: rgb(177,130,9); }
div.DivClassName
{
background-color: #B18209;
}
.BgClassName
{
background-color: #B18209;
}
</style>
border-color css
<style>
span { border-color: #B18209; }
span { border-color: rgb(177,130,9); }
td.TdClassName
{
border-color: #B18209;
}
.TagClassName
{
border-color: #B18209;
}
</style>