Shades of Pirate Gold #B16D1D
Tints of Pirate Gold #B16D1D
RGB
CMYK
RGB Variations
Color information
#B16D1D (or 0xB16D1D) is known color: Pirate Gold. HEX triplet: B1, 6D and 1D. RGB value is (177,109,29). Sum of RGB (Red+Green+Blue) = 177+109+29=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D1D is #4E92E2. Grayscale: #787878. Windows color (decimal): -5149411 or 1928625. OLE color: 1928625.
HSL color Cylindrical-coordinate representation of color #B16D1D: hue angle of 32.43º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B16D1D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 29 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.31 |
| HSL | 32.43º | 0.72% | 0.4% | - |
| HSV(B) | 32.43º | 0.84% | 0.69% | - |
| XYZ | 23.82 | 20.37 | 3.84 | - |
| YUV | 120.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 29 | 0 | 0.38 | 0.84 | 0.31 | 32.43 | 0.72 | 0.4 |
| Hex | B1 | 6D | 1D | 0 | 26 | 54 | 1F | 20 | 48 | 28 |
| Octal | 261 | 155 | 35 | 0 | 46 | 124 | 37 | 40 | 110 | 50 |
| Binary | 10110001 | 1101101 | 11101 | 0 | 100110 | 1010100 | 11111 | 100000 | 1001000 | 101000 |
Color Harmonies of #B16D1D
Complementary color
Monochromatic Colors of #B16D1D
Black with #B16D1D
Text Example
Text Example
White with #B16D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D1D; }
p { color: rgb(177,109,29); }
H1.HeaderClassName
{
color: #B16D1D;
}
.AnyTagClassName
{
color: #B16D1D;
}
</style>
background-color css
<style>
a { background-color: #B16D1D; }
a { background-color: rgb(177,109,29); }
div.DivClassName
{
background-color: #B16D1D;
}
.BgClassName
{
background-color: #B16D1D;
}
</style>
border-color css
<style>
span { border-color: #B16D1D; }
span { border-color: rgb(177,109,29); }
td.TdClassName
{
border-color: #B16D1D;
}
.TagClassName
{
border-color: #B16D1D;
}
</style>