Shades of Pirate Gold #B16D1E
Tints of Pirate Gold #B16D1E
RGB
CMYK
RGB Variations
Color information
#B16D1E (or 0xB16D1E) is known color: Pirate Gold. HEX triplet: B1, 6D and 1E. RGB value is (177,109,30). Sum of RGB (Red+Green+Blue) = 177+109+30=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D1E is #4E92E1. Grayscale: #787878. Windows color (decimal): -5149410 or 1994161. OLE color: 1994161.
HSL color Cylindrical-coordinate representation of color #B16D1E: hue angle of 32.24º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B16D1E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 30 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.31 |
| HSL | 32.24º | 0.71% | 0.41% | - |
| HSV(B) | 32.24º | 0.83% | 0.69% | - |
| XYZ | 23.83 | 20.38 | 3.91 | - |
| YUV | 120.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 30 | 0 | 0.38 | 0.83 | 0.31 | 32.24 | 0.71 | 0.41 |
| Hex | B1 | 6D | 1E | 0 | 26 | 53 | 1F | 20 | 47 | 29 |
| Octal | 261 | 155 | 36 | 0 | 46 | 123 | 37 | 40 | 107 | 51 |
| Binary | 10110001 | 1101101 | 11110 | 0 | 100110 | 1010011 | 11111 | 100000 | 1000111 | 101001 |
Color Harmonies of #B16D1E
Complementary color
Monochromatic Colors of #B16D1E
Black with #B16D1E
Text Example
Text Example
White with #B16D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D1E; }
p { color: rgb(177,109,30); }
H1.HeaderClassName
{
color: #B16D1E;
}
.AnyTagClassName
{
color: #B16D1E;
}
</style>
background-color css
<style>
a { background-color: #B16D1E; }
a { background-color: rgb(177,109,30); }
div.DivClassName
{
background-color: #B16D1E;
}
.BgClassName
{
background-color: #B16D1E;
}
</style>
border-color css
<style>
span { border-color: #B16D1E; }
span { border-color: rgb(177,109,30); }
td.TdClassName
{
border-color: #B16D1E;
}
.TagClassName
{
border-color: #B16D1E;
}
</style>