Shades of Pirate Gold #B17324
Tints of Pirate Gold #B17324
RGB
CMYK
RGB Variations
Color information
#B17324 (or 0xB17324) is known color: Pirate Gold. HEX triplet: B1, 73 and 24. RGB value is (177,115,36). Sum of RGB (Red+Green+Blue) = 177+115+36=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B17324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17324 is #4E8CDB. Grayscale: #7C7C7C. Windows color (decimal): -5147868 or 2388913. OLE color: 2388913.
HSL color Cylindrical-coordinate representation of color #B17324: hue angle of 33.62º 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 #B17324 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 36 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.31 |
| HSL | 33.62º | 0.66% | 0.42% | - |
| HSV(B) | 33.62º | 0.8% | 0.69% | - |
| XYZ | 24.58 | 21.74 | 4.57 | - |
| YUV | 124.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 36 | 0 | 0.35 | 0.80 | 0.31 | 33.62 | 0.66 | 0.42 |
| Hex | B1 | 73 | 24 | 0 | 23 | 50 | 1F | 22 | 42 | 2A |
| Octal | 261 | 163 | 44 | 0 | 43 | 120 | 37 | 42 | 102 | 52 |
| Binary | 10110001 | 1110011 | 100100 | 0 | 100011 | 1010000 | 11111 | 100010 | 1000010 | 101010 |
Color Harmonies of #B17324
Complementary color
Monochromatic Colors of #B17324
Black with #B17324
Text Example
Text Example
White with #B17324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17324; }
p { color: rgb(177,115,36); }
H1.HeaderClassName
{
color: #B17324;
}
.AnyTagClassName
{
color: #B17324;
}
</style>
background-color css
<style>
a { background-color: #B17324; }
a { background-color: rgb(177,115,36); }
div.DivClassName
{
background-color: #B17324;
}
.BgClassName
{
background-color: #B17324;
}
</style>
border-color css
<style>
span { border-color: #B17324; }
span { border-color: rgb(177,115,36); }
td.TdClassName
{
border-color: #B17324;
}
.TagClassName
{
border-color: #B17324;
}
</style>