Shades of Dark Goldenrod #B16F01
Tints of Dark Goldenrod #B16F01
RGB
CMYK
RGB Variations
Color information
#B16F01 (or 0xB16F01) is known color: Dark Goldenrod. HEX triplet: B1, 6F and 01. RGB value is (177,111,1). Sum of RGB (Red+Green+Blue) = 177+111+1=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16F01 is #4E90FE. Grayscale: #767676. Windows color (decimal): -5148927 or 94129. OLE color: 94129.
HSL color Cylindrical-coordinate representation of color #B16F01: hue angle of 37.5º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B16F01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.31 |
| HSL | 37.5º | 0.99% | 0.35% | - |
| HSV(B) | 37.5º | 0.99% | 0.69% | - |
| XYZ | 23.82 | 20.72 | 2.77 | - |
| YUV | 118.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 1 | 0 | 0.37 | 0.99 | 0.31 | 37.5 | 0.99 | 0.35 |
| Hex | B1 | 6F | 1 | 0 | 25 | 63 | 1F | 26 | 63 | 23 |
| Octal | 261 | 157 | 1 | 0 | 45 | 143 | 37 | 46 | 143 | 43 |
| Binary | 10110001 | 1101111 | 1 | 0 | 100101 | 1100011 | 11111 | 100110 | 1100011 | 100011 |
Color Harmonies of #B16F01
Complementary color
Monochromatic Colors of #B16F01
Black with #B16F01
Text Example
Text Example
White with #B16F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F01; }
p { color: rgb(177,111,1); }
H1.HeaderClassName
{
color: #B16F01;
}
.AnyTagClassName
{
color: #B16F01;
}
</style>
background-color css
<style>
a { background-color: #B16F01; }
a { background-color: rgb(177,111,1); }
div.DivClassName
{
background-color: #B16F01;
}
.BgClassName
{
background-color: #B16F01;
}
</style>
border-color css
<style>
span { border-color: #B16F01; }
span { border-color: rgb(177,111,1); }
td.TdClassName
{
border-color: #B16F01;
}
.TagClassName
{
border-color: #B16F01;
}
</style>