Shades of Pirate Gold #B77117
Tints of Pirate Gold #B77117
RGB
CMYK
RGB Variations
Color information
#B77117 (or 0xB77117) is known color: Pirate Gold. HEX triplet: B7, 71 and 17. RGB value is (183,113,23). Sum of RGB (Red+Green+Blue) = 183+113+23=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B77117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77117 is #488EE8. Grayscale: #7C7C7C. Windows color (decimal): -4755177 or 1536439. OLE color: 1536439.
HSL color Cylindrical-coordinate representation of color #B77117: hue angle of 33.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77117 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 23 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.28 |
| HSL | 33.75º | 0.78% | 0.4% | - |
| HSV(B) | 33.75º | 0.87% | 0.72% | - |
| XYZ | 25.59 | 21.94 | 3.7 | - |
| YUV | 123.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 23 | 0 | 0.38 | 0.87 | 0.28 | 33.75 | 0.78 | 0.4 |
| Hex | B7 | 71 | 17 | 0 | 26 | 57 | 1C | 22 | 4E | 28 |
| Octal | 267 | 161 | 27 | 0 | 46 | 127 | 34 | 42 | 116 | 50 |
| Binary | 10110111 | 1110001 | 10111 | 0 | 100110 | 1010111 | 11100 | 100010 | 1001110 | 101000 |
Color Harmonies of #B77117
Complementary color
Monochromatic Colors of #B77117
Black with #B77117
Text Example
Text Example
White with #B77117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77117; }
p { color: rgb(183,113,23); }
H1.HeaderClassName
{
color: #B77117;
}
.AnyTagClassName
{
color: #B77117;
}
</style>
background-color css
<style>
a { background-color: #B77117; }
a { background-color: rgb(183,113,23); }
div.DivClassName
{
background-color: #B77117;
}
.BgClassName
{
background-color: #B77117;
}
</style>
border-color css
<style>
span { border-color: #B77117; }
span { border-color: rgb(183,113,23); }
td.TdClassName
{
border-color: #B77117;
}
.TagClassName
{
border-color: #B77117;
}
</style>