Shades of Pirate Gold #B17521
Tints of Pirate Gold #B17521
RGB
CMYK
RGB Variations
Color information
#B17521 (or 0xB17521) is known color: Pirate Gold. HEX triplet: B1, 75 and 21. RGB value is (177,117,33). Sum of RGB (Red+Green+Blue) = 177+117+33=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17521 is #4E8ADE. Grayscale: #7D7D7D. Windows color (decimal): -5147359 or 2192817. OLE color: 2192817.
HSL color Cylindrical-coordinate representation of color #B17521: hue angle of 35º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B17521 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 33 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.31 |
| HSL | 35º | 0.69% | 0.41% | - |
| HSV(B) | 35º | 0.81% | 0.69% | - |
| XYZ | 24.77 | 22.18 | 4.41 | - |
| YUV | 125.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 33 | 0 | 0.34 | 0.81 | 0.31 | 35 | 0.69 | 0.41 |
| Hex | B1 | 75 | 21 | 0 | 22 | 51 | 1F | 23 | 45 | 29 |
| Octal | 261 | 165 | 41 | 0 | 42 | 121 | 37 | 43 | 105 | 51 |
| Binary | 10110001 | 1110101 | 100001 | 0 | 100010 | 1010001 | 11111 | 100011 | 1000101 | 101001 |
Color Harmonies of #B17521
Complementary color
Monochromatic Colors of #B17521
Black with #B17521
Text Example
Text Example
White with #B17521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17521; }
p { color: rgb(177,117,33); }
H1.HeaderClassName
{
color: #B17521;
}
.AnyTagClassName
{
color: #B17521;
}
</style>
background-color css
<style>
a { background-color: #B17521; }
a { background-color: rgb(177,117,33); }
div.DivClassName
{
background-color: #B17521;
}
.BgClassName
{
background-color: #B17521;
}
</style>
border-color css
<style>
span { border-color: #B17521; }
span { border-color: rgb(177,117,33); }
td.TdClassName
{
border-color: #B17521;
}
.TagClassName
{
border-color: #B17521;
}
</style>