Shades of Pirate Gold #B17422
Tints of Pirate Gold #B17422
RGB
CMYK
RGB Variations
Color information
#B17422 (or 0xB17422) is known color: Pirate Gold. HEX triplet: B1, 74 and 22. RGB value is (177,116,34). Sum of RGB (Red+Green+Blue) = 177+116+34=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17422 is #4E8BDD. Grayscale: #7D7D7D. Windows color (decimal): -5147614 or 2258097. OLE color: 2258097.
HSL color Cylindrical-coordinate representation of color #B17422: hue angle of 34.41º 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 #B17422 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 34 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.31 |
| HSL | 34.41º | 0.68% | 0.41% | - |
| HSV(B) | 34.41º | 0.81% | 0.69% | - |
| XYZ | 24.67 | 21.95 | 4.45 | - |
| YUV | 124.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 34 | 0 | 0.34 | 0.81 | 0.31 | 34.41 | 0.68 | 0.41 |
| Hex | B1 | 74 | 22 | 0 | 22 | 51 | 1F | 22 | 44 | 29 |
| Octal | 261 | 164 | 42 | 0 | 42 | 121 | 37 | 42 | 104 | 51 |
| Binary | 10110001 | 1110100 | 100010 | 0 | 100010 | 1010001 | 11111 | 100010 | 1000100 | 101001 |
Color Harmonies of #B17422
Complementary color
Monochromatic Colors of #B17422
Black with #B17422
Text Example
Text Example
White with #B17422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17422; }
p { color: rgb(177,116,34); }
H1.HeaderClassName
{
color: #B17422;
}
.AnyTagClassName
{
color: #B17422;
}
</style>
background-color css
<style>
a { background-color: #B17422; }
a { background-color: rgb(177,116,34); }
div.DivClassName
{
background-color: #B17422;
}
.BgClassName
{
background-color: #B17422;
}
</style>
border-color css
<style>
span { border-color: #B17422; }
span { border-color: rgb(177,116,34); }
td.TdClassName
{
border-color: #B17422;
}
.TagClassName
{
border-color: #B17422;
}
</style>