Shades of Pirate Gold #B77518
Tints of Pirate Gold #B77518
RGB
CMYK
RGB Variations
Color information
#B77518 (or 0xB77518) is known color: Pirate Gold. HEX triplet: B7, 75 and 18. RGB value is (183,117,24). Sum of RGB (Red+Green+Blue) = 183+117+24=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B77518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77518 is #488AE7. Grayscale: #7E7E7E. Windows color (decimal): -4754152 or 1602999. OLE color: 1602999.
HSL color Cylindrical-coordinate representation of color #B77518: hue angle of 35.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77518 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 24 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.28 |
| HSL | 35.09º | 0.77% | 0.41% | - |
| HSV(B) | 35.09º | 0.87% | 0.72% | - |
| XYZ | 26.05 | 22.86 | 3.9 | - |
| YUV | 126.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 24 | 0 | 0.36 | 0.87 | 0.28 | 35.09 | 0.77 | 0.41 |
| Hex | B7 | 75 | 18 | 0 | 24 | 57 | 1C | 23 | 4D | 29 |
| Octal | 267 | 165 | 30 | 0 | 44 | 127 | 34 | 43 | 115 | 51 |
| Binary | 10110111 | 1110101 | 11000 | 0 | 100100 | 1010111 | 11100 | 100011 | 1001101 | 101001 |
Color Harmonies of #B77518
Complementary color
Monochromatic Colors of #B77518
Black with #B77518
Text Example
Text Example
White with #B77518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77518; }
p { color: rgb(183,117,24); }
H1.HeaderClassName
{
color: #B77518;
}
.AnyTagClassName
{
color: #B77518;
}
</style>
background-color css
<style>
a { background-color: #B77518; }
a { background-color: rgb(183,117,24); }
div.DivClassName
{
background-color: #B77518;
}
.BgClassName
{
background-color: #B77518;
}
</style>
border-color css
<style>
span { border-color: #B77518; }
span { border-color: rgb(183,117,24); }
td.TdClassName
{
border-color: #B77518;
}
.TagClassName
{
border-color: #B77518;
}
</style>