Shades of Pirate Gold #B16D17
Tints of Pirate Gold #B16D17
RGB
CMYK
RGB Variations
Color information
#B16D17 (or 0xB16D17) is known color: Pirate Gold. HEX triplet: B1, 6D and 17. RGB value is (177,109,23). Sum of RGB (Red+Green+Blue) = 177+109+23=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D17 is #4E92E8. Grayscale: #777777. Windows color (decimal): -5149417 or 1535409. OLE color: 1535409.
HSL color Cylindrical-coordinate representation of color #B16D17: hue angle of 33.51º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B16D17 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 23 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.31 |
| HSL | 33.51º | 0.77% | 0.39% | - |
| HSV(B) | 33.51º | 0.87% | 0.69% | - |
| XYZ | 23.75 | 20.35 | 3.49 | - |
| YUV | 119.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 23 | 0 | 0.38 | 0.87 | 0.31 | 33.51 | 0.77 | 0.39 |
| Hex | B1 | 6D | 17 | 0 | 26 | 57 | 1F | 22 | 4D | 27 |
| Octal | 261 | 155 | 27 | 0 | 46 | 127 | 37 | 42 | 115 | 47 |
| Binary | 10110001 | 1101101 | 10111 | 0 | 100110 | 1010111 | 11111 | 100010 | 1001101 | 100111 |
Color Harmonies of #B16D17
Complementary color
Monochromatic Colors of #B16D17
Black with #B16D17
Text Example
Text Example
White with #B16D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D17; }
p { color: rgb(177,109,23); }
H1.HeaderClassName
{
color: #B16D17;
}
.AnyTagClassName
{
color: #B16D17;
}
</style>
background-color css
<style>
a { background-color: #B16D17; }
a { background-color: rgb(177,109,23); }
div.DivClassName
{
background-color: #B16D17;
}
.BgClassName
{
background-color: #B16D17;
}
</style>
border-color css
<style>
span { border-color: #B16D17; }
span { border-color: rgb(177,109,23); }
td.TdClassName
{
border-color: #B16D17;
}
.TagClassName
{
border-color: #B16D17;
}
</style>