Shades of Pirate Gold #B17124
Tints of Pirate Gold #B17124
RGB
CMYK
RGB Variations
Color information
#B17124 (or 0xB17124) is known color: Pirate Gold. HEX triplet: B1, 71 and 24. RGB value is (177,113,36). Sum of RGB (Red+Green+Blue) = 177+113+36=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B17124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17124 is #4E8EDB. Grayscale: #7B7B7B. Windows color (decimal): -5148380 or 2388401. OLE color: 2388401.
HSL color Cylindrical-coordinate representation of color #B17124: hue angle of 32.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17124 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 36 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.31 |
| HSL | 32.77º | 0.66% | 0.42% | - |
| HSV(B) | 32.77º | 0.8% | 0.69% | - |
| XYZ | 24.36 | 21.28 | 4.49 | - |
| YUV | 123.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 36 | 0 | 0.36 | 0.80 | 0.31 | 32.77 | 0.66 | 0.42 |
| Hex | B1 | 71 | 24 | 0 | 24 | 50 | 1F | 21 | 42 | 2A |
| Octal | 261 | 161 | 44 | 0 | 44 | 120 | 37 | 41 | 102 | 52 |
| Binary | 10110001 | 1110001 | 100100 | 0 | 100100 | 1010000 | 11111 | 100001 | 1000010 | 101010 |
Color Harmonies of #B17124
Complementary color
Monochromatic Colors of #B17124
Black with #B17124
Text Example
Text Example
White with #B17124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17124; }
p { color: rgb(177,113,36); }
H1.HeaderClassName
{
color: #B17124;
}
.AnyTagClassName
{
color: #B17124;
}
</style>
background-color css
<style>
a { background-color: #B17124; }
a { background-color: rgb(177,113,36); }
div.DivClassName
{
background-color: #B17124;
}
.BgClassName
{
background-color: #B17124;
}
</style>
border-color css
<style>
span { border-color: #B17124; }
span { border-color: rgb(177,113,36); }
td.TdClassName
{
border-color: #B17124;
}
.TagClassName
{
border-color: #B17124;
}
</style>