Shades of Pirate Gold #B77517
Tints of Pirate Gold #B77517
RGB
CMYK
RGB Variations
Color information
#B77517 (or 0xB77517) is known color: Pirate Gold. HEX triplet: B7, 75 and 17. RGB value is (183,117,23). Sum of RGB (Red+Green+Blue) = 183+117+23=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77517 is #488AE8. Grayscale: #7E7E7E. Windows color (decimal): -4754153 or 1537463. OLE color: 1537463.
HSL color Cylindrical-coordinate representation of color #B77517: hue angle of 35.25º 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 #B77517 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 23 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.28 |
| HSL | 35.25º | 0.78% | 0.4% | - |
| HSV(B) | 35.25º | 0.87% | 0.72% | - |
| XYZ | 26.04 | 22.85 | 3.85 | - |
| YUV | 126.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 23 | 0 | 0.36 | 0.87 | 0.28 | 35.25 | 0.78 | 0.4 |
| Hex | B7 | 75 | 17 | 0 | 24 | 57 | 1C | 23 | 4E | 28 |
| Octal | 267 | 165 | 27 | 0 | 44 | 127 | 34 | 43 | 116 | 50 |
| Binary | 10110111 | 1110101 | 10111 | 0 | 100100 | 1010111 | 11100 | 100011 | 1001110 | 101000 |
Color Harmonies of #B77517
Complementary color
Monochromatic Colors of #B77517
Black with #B77517
Text Example
Text Example
White with #B77517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77517; }
p { color: rgb(183,117,23); }
H1.HeaderClassName
{
color: #B77517;
}
.AnyTagClassName
{
color: #B77517;
}
</style>
background-color css
<style>
a { background-color: #B77517; }
a { background-color: rgb(183,117,23); }
div.DivClassName
{
background-color: #B77517;
}
.BgClassName
{
background-color: #B77517;
}
</style>
border-color css
<style>
span { border-color: #B77517; }
span { border-color: rgb(183,117,23); }
td.TdClassName
{
border-color: #B77517;
}
.TagClassName
{
border-color: #B77517;
}
</style>