Shades of Pirate Gold #B17421
Tints of Pirate Gold #B17421
RGB
CMYK
RGB Variations
Color information
#B17421 (or 0xB17421) is known color: Pirate Gold. HEX triplet: B1, 74 and 21. RGB value is (177,116,33). Sum of RGB (Red+Green+Blue) = 177+116+33=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B17421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17421 is #4E8BDE. Grayscale: #7D7D7D. Windows color (decimal): -5147615 or 2192561. OLE color: 2192561.
HSL color Cylindrical-coordinate representation of color #B17421: hue angle of 34.58º 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 #B17421 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 33 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.31 |
| HSL | 34.58º | 0.69% | 0.41% | - |
| HSV(B) | 34.58º | 0.81% | 0.69% | - |
| XYZ | 24.65 | 21.95 | 4.38 | - |
| YUV | 124.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 33 | 0 | 0.34 | 0.81 | 0.31 | 34.58 | 0.69 | 0.41 |
| Hex | B1 | 74 | 21 | 0 | 22 | 51 | 1F | 23 | 45 | 29 |
| Octal | 261 | 164 | 41 | 0 | 42 | 121 | 37 | 43 | 105 | 51 |
| Binary | 10110001 | 1110100 | 100001 | 0 | 100010 | 1010001 | 11111 | 100011 | 1000101 | 101001 |
Color Harmonies of #B17421
Complementary color
Monochromatic Colors of #B17421
Black with #B17421
Text Example
Text Example
White with #B17421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17421; }
p { color: rgb(177,116,33); }
H1.HeaderClassName
{
color: #B17421;
}
.AnyTagClassName
{
color: #B17421;
}
</style>
background-color css
<style>
a { background-color: #B17421; }
a { background-color: rgb(177,116,33); }
div.DivClassName
{
background-color: #B17421;
}
.BgClassName
{
background-color: #B17421;
}
</style>
border-color css
<style>
span { border-color: #B17421; }
span { border-color: rgb(177,116,33); }
td.TdClassName
{
border-color: #B17421;
}
.TagClassName
{
border-color: #B17421;
}
</style>