Shades of Pirate Gold #B77417
Tints of Pirate Gold #B77417
RGB
CMYK
RGB Variations
Color information
#B77417 (or 0xB77417) is known color: Pirate Gold. HEX triplet: B7, 74 and 17. RGB value is (183,116,23). Sum of RGB (Red+Green+Blue) = 183+116+23=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77417 is #488BE8. Grayscale: #7D7D7D. Windows color (decimal): -4754409 or 1537207. OLE color: 1537207.
HSL color Cylindrical-coordinate representation of color #B77417: hue angle of 34.88º 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 #B77417 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 23 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.28 |
| HSL | 34.88º | 0.78% | 0.4% | - |
| HSV(B) | 34.88º | 0.87% | 0.72% | - |
| XYZ | 25.93 | 22.62 | 3.81 | - |
| YUV | 125.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 23 | 0 | 0.37 | 0.87 | 0.28 | 34.88 | 0.78 | 0.4 |
| Hex | B7 | 74 | 17 | 0 | 25 | 57 | 1C | 23 | 4E | 28 |
| Octal | 267 | 164 | 27 | 0 | 45 | 127 | 34 | 43 | 116 | 50 |
| Binary | 10110111 | 1110100 | 10111 | 0 | 100101 | 1010111 | 11100 | 100011 | 1001110 | 101000 |
Color Harmonies of #B77417
Complementary color
Monochromatic Colors of #B77417
Black with #B77417
Text Example
Text Example
White with #B77417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77417; }
p { color: rgb(183,116,23); }
H1.HeaderClassName
{
color: #B77417;
}
.AnyTagClassName
{
color: #B77417;
}
</style>
background-color css
<style>
a { background-color: #B77417; }
a { background-color: rgb(183,116,23); }
div.DivClassName
{
background-color: #B77417;
}
.BgClassName
{
background-color: #B77417;
}
</style>
border-color css
<style>
span { border-color: #B77417; }
span { border-color: rgb(183,116,23); }
td.TdClassName
{
border-color: #B77417;
}
.TagClassName
{
border-color: #B77417;
}
</style>