Shades of Pirate Gold #B17A1D
Tints of Pirate Gold #B17A1D
RGB
CMYK
RGB Variations
Color information
#B17A1D (or 0xB17A1D) is known color: Pirate Gold. HEX triplet: B1, 7A and 1D. RGB value is (177,122,29). Sum of RGB (Red+Green+Blue) = 177+122+29=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A1D is #4E85E2. Grayscale: #808080. Windows color (decimal): -5146083 or 1931953. OLE color: 1931953.
HSL color Cylindrical-coordinate representation of color #B17A1D: hue angle of 37.7º 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 #B17A1D is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 29 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.31 |
| HSL | 37.7º | 0.72% | 0.4% | - |
| HSV(B) | 37.7º | 0.84% | 0.69% | - |
| XYZ | 25.31 | 23.35 | 4.34 | - |
| YUV | 127.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 29 | 0 | 0.31 | 0.84 | 0.31 | 37.7 | 0.72 | 0.4 |
| Hex | B1 | 7A | 1D | 0 | 1F | 54 | 1F | 26 | 48 | 28 |
| Octal | 261 | 172 | 35 | 0 | 37 | 124 | 37 | 46 | 110 | 50 |
| Binary | 10110001 | 1111010 | 11101 | 0 | 11111 | 1010100 | 11111 | 100110 | 1001000 | 101000 |
Color Harmonies of #B17A1D
Complementary color
Monochromatic Colors of #B17A1D
Black with #B17A1D
Text Example
Text Example
White with #B17A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A1D; }
p { color: rgb(177,122,29); }
H1.HeaderClassName
{
color: #B17A1D;
}
.AnyTagClassName
{
color: #B17A1D;
}
</style>
background-color css
<style>
a { background-color: #B17A1D; }
a { background-color: rgb(177,122,29); }
div.DivClassName
{
background-color: #B17A1D;
}
.BgClassName
{
background-color: #B17A1D;
}
</style>
border-color css
<style>
span { border-color: #B17A1D; }
span { border-color: rgb(177,122,29); }
td.TdClassName
{
border-color: #B17A1D;
}
.TagClassName
{
border-color: #B17A1D;
}
</style>