Shades of Dark Goldenrod #B16D09
Tints of Dark Goldenrod #B16D09
RGB
CMYK
RGB Variations
Color information
#B16D09 (or 0xB16D09) is known color: Dark Goldenrod. HEX triplet: B1, 6D and 09. RGB value is (177,109,9). Sum of RGB (Red+Green+Blue) = 177+109+9=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D09 is #4E92F6. Grayscale: #767676. Windows color (decimal): -5149431 or 617905. OLE color: 617905.
HSL color Cylindrical-coordinate representation of color #B16D09: hue angle of 35.71º 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 #B16D09 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.31 |
| HSL | 35.71º | 0.9% | 0.36% | - |
| HSV(B) | 35.71º | 0.95% | 0.69% | - |
| XYZ | 23.65 | 20.3 | 2.93 | - |
| YUV | 117.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 9 | 0 | 0.38 | 0.95 | 0.31 | 35.71 | 0.9 | 0.36 |
| Hex | B1 | 6D | 9 | 0 | 26 | 5F | 1F | 24 | 5A | 24 |
| Octal | 261 | 155 | 11 | 0 | 46 | 137 | 37 | 44 | 132 | 44 |
| Binary | 10110001 | 1101101 | 1001 | 0 | 100110 | 1011111 | 11111 | 100100 | 1011010 | 100100 |
Color Harmonies of #B16D09
Complementary color
Monochromatic Colors of #B16D09
Black with #B16D09
Text Example
Text Example
White with #B16D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D09; }
p { color: rgb(177,109,9); }
H1.HeaderClassName
{
color: #B16D09;
}
.AnyTagClassName
{
color: #B16D09;
}
</style>
background-color css
<style>
a { background-color: #B16D09; }
a { background-color: rgb(177,109,9); }
div.DivClassName
{
background-color: #B16D09;
}
.BgClassName
{
background-color: #B16D09;
}
</style>
border-color css
<style>
span { border-color: #B16D09; }
span { border-color: rgb(177,109,9); }
td.TdClassName
{
border-color: #B16D09;
}
.TagClassName
{
border-color: #B16D09;
}
</style>