Shades of Dark Goldenrod #B16B00
Tints of Dark Goldenrod #B16B00
RGB
CMYK
RGB Variations
Color information
#B16B00 (or 0xB16B00) is known color: Dark Goldenrod. HEX triplet: B1, 6B and 00. RGB value is (177,107,0). Sum of RGB (Red+Green+Blue) = 177+107+0=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B00 is #4E94FF. Grayscale: #747474. Windows color (decimal): -5149952 or 27569. OLE color: 27569.
HSL color Cylindrical-coordinate representation of color #B16B00: hue angle of 36.27º 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 #B16B00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.31 |
| HSL | 36.27º | 1% | 0.35% | - |
| HSV(B) | 36.27º | 1% | 0.69% | - |
| XYZ | 23.39 | 19.86 | 2.6 | - |
| YUV | 115.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 0 | 0 | 0.40 | 1 | 0.31 | 36.27 | 1 | 0.35 |
| Hex | B1 | 6B | 0 | 0 | 28 | 64 | 1F | 24 | 64 | 23 |
| Octal | 261 | 153 | 0 | 0 | 50 | 144 | 37 | 44 | 144 | 43 |
| Binary | 10110001 | 1101011 | 0 | 0 | 101000 | 1100100 | 11111 | 100100 | 1100100 | 100011 |
Color Harmonies of #B16B00
Complementary color
Monochromatic Colors of #B16B00
Black with #B16B00
Text Example
Text Example
White with #B16B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B00; }
p { color: rgb(177,107,0); }
H1.HeaderClassName
{
color: #B16B00;
}
.AnyTagClassName
{
color: #B16B00;
}
</style>
background-color css
<style>
a { background-color: #B16B00; }
a { background-color: rgb(177,107,0); }
div.DivClassName
{
background-color: #B16B00;
}
.BgClassName
{
background-color: #B16B00;
}
</style>
border-color css
<style>
span { border-color: #B16B00; }
span { border-color: rgb(177,107,0); }
td.TdClassName
{
border-color: #B16B00;
}
.TagClassName
{
border-color: #B16B00;
}
</style>