Shades of Pirate Gold #B17618
Tints of Pirate Gold #B17618
RGB
CMYK
RGB Variations
Color information
#B17618 (or 0xB17618) is known color: Pirate Gold. HEX triplet: B1, 76 and 18. RGB value is (177,118,24). Sum of RGB (Red+Green+Blue) = 177+118+24=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B17618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17618 is #4E89E7. Grayscale: #7D7D7D. Windows color (decimal): -5147112 or 1603249. OLE color: 1603249.
HSL color Cylindrical-coordinate representation of color #B17618: hue angle of 36.86º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17618 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 24 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.31 |
| HSL | 36.86º | 0.76% | 0.39% | - |
| HSV(B) | 36.86º | 0.86% | 0.69% | - |
| XYZ | 24.77 | 22.37 | 3.88 | - |
| YUV | 124.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 24 | 0 | 0.33 | 0.86 | 0.31 | 36.86 | 0.76 | 0.39 |
| Hex | B1 | 76 | 18 | 0 | 21 | 56 | 1F | 25 | 4C | 27 |
| Octal | 261 | 166 | 30 | 0 | 41 | 126 | 37 | 45 | 114 | 47 |
| Binary | 10110001 | 1110110 | 11000 | 0 | 100001 | 1010110 | 11111 | 100101 | 1001100 | 100111 |
Color Harmonies of #B17618
Complementary color
Monochromatic Colors of #B17618
Black with #B17618
Text Example
Text Example
White with #B17618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17618; }
p { color: rgb(177,118,24); }
H1.HeaderClassName
{
color: #B17618;
}
.AnyTagClassName
{
color: #B17618;
}
</style>
background-color css
<style>
a { background-color: #B17618; }
a { background-color: rgb(177,118,24); }
div.DivClassName
{
background-color: #B17618;
}
.BgClassName
{
background-color: #B17618;
}
</style>
border-color css
<style>
span { border-color: #B17618; }
span { border-color: rgb(177,118,24); }
td.TdClassName
{
border-color: #B17618;
}
.TagClassName
{
border-color: #B17618;
}
</style>