Shades of Pirate Gold #B17222
Tints of Pirate Gold #B17222
RGB
CMYK
RGB Variations
Color information
#B17222 (or 0xB17222) is known color: Pirate Gold. HEX triplet: B1, 72 and 22. RGB value is (177,114,34). Sum of RGB (Red+Green+Blue) = 177+114+34=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B17222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17222 is #4E8DDD. Grayscale: #7C7C7C. Windows color (decimal): -5148126 or 2257585. OLE color: 2257585.
HSL color Cylindrical-coordinate representation of color #B17222: hue angle of 33.57º degrees, saturation: 0.68, 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 #B17222 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 34 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.31 |
| HSL | 33.57º | 0.68% | 0.41% | - |
| HSV(B) | 33.57º | 0.81% | 0.69% | - |
| XYZ | 24.44 | 21.5 | 4.37 | - |
| YUV | 123.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 34 | 0 | 0.36 | 0.81 | 0.31 | 33.57 | 0.68 | 0.41 |
| Hex | B1 | 72 | 22 | 0 | 24 | 51 | 1F | 22 | 44 | 29 |
| Octal | 261 | 162 | 42 | 0 | 44 | 121 | 37 | 42 | 104 | 51 |
| Binary | 10110001 | 1110010 | 100010 | 0 | 100100 | 1010001 | 11111 | 100010 | 1000100 | 101001 |
Color Harmonies of #B17222
Complementary color
Monochromatic Colors of #B17222
Black with #B17222
Text Example
Text Example
White with #B17222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17222; }
p { color: rgb(177,114,34); }
H1.HeaderClassName
{
color: #B17222;
}
.AnyTagClassName
{
color: #B17222;
}
</style>
background-color css
<style>
a { background-color: #B17222; }
a { background-color: rgb(177,114,34); }
div.DivClassName
{
background-color: #B17222;
}
.BgClassName
{
background-color: #B17222;
}
</style>
border-color css
<style>
span { border-color: #B17222; }
span { border-color: rgb(177,114,34); }
td.TdClassName
{
border-color: #B17222;
}
.TagClassName
{
border-color: #B17222;
}
</style>