Shades of Pirate Gold #B17B1C
Tints of Pirate Gold #B17B1C
RGB
CMYK
RGB Variations
Color information
#B17B1C (or 0xB17B1C) is known color: Pirate Gold. HEX triplet: B1, 7B and 1C. RGB value is (177,123,28). Sum of RGB (Red+Green+Blue) = 177+123+28=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B1C is #4E84E3. Grayscale: #808080. Windows color (decimal): -5145828 or 1866673. OLE color: 1866673.
HSL color Cylindrical-coordinate representation of color #B17B1C: hue angle of 38.26º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B17B1C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 28 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.31 |
| HSL | 38.26º | 0.73% | 0.4% | - |
| HSV(B) | 38.26º | 0.84% | 0.69% | - |
| XYZ | 25.42 | 23.6 | 4.31 | - |
| YUV | 128.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 28 | 0 | 0.31 | 0.84 | 0.31 | 38.26 | 0.73 | 0.4 |
| Hex | B1 | 7B | 1C | 0 | 1F | 54 | 1F | 26 | 49 | 28 |
| Octal | 261 | 173 | 34 | 0 | 37 | 124 | 37 | 46 | 111 | 50 |
| Binary | 10110001 | 1111011 | 11100 | 0 | 11111 | 1010100 | 11111 | 100110 | 1001001 | 101000 |
Color Harmonies of #B17B1C
Complementary color
Monochromatic Colors of #B17B1C
Black with #B17B1C
Text Example
Text Example
White with #B17B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B1C; }
p { color: rgb(177,123,28); }
H1.HeaderClassName
{
color: #B17B1C;
}
.AnyTagClassName
{
color: #B17B1C;
}
</style>
background-color css
<style>
a { background-color: #B17B1C; }
a { background-color: rgb(177,123,28); }
div.DivClassName
{
background-color: #B17B1C;
}
.BgClassName
{
background-color: #B17B1C;
}
</style>
border-color css
<style>
span { border-color: #B17B1C; }
span { border-color: rgb(177,123,28); }
td.TdClassName
{
border-color: #B17B1C;
}
.TagClassName
{
border-color: #B17B1C;
}
</style>