Shades of Pirate Gold #B77619
Tints of Pirate Gold #B77619
RGB
CMYK
RGB Variations
Color information
#B77619 (or 0xB77619) is known color: Pirate Gold. HEX triplet: B7, 76 and 19. RGB value is (183,118,25). Sum of RGB (Red+Green+Blue) = 183+118+25=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B77619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77619 is #4889E6. Grayscale: #7F7F7F. Windows color (decimal): -4753895 or 1668791. OLE color: 1668791.
HSL color Cylindrical-coordinate representation of color #B77619: hue angle of 35.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B77619 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 25 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.28 |
| HSL | 35.32º | 0.76% | 0.41% | - |
| HSV(B) | 35.32º | 0.86% | 0.72% | - |
| XYZ | 26.18 | 23.09 | 4 | - |
| YUV | 126.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 25 | 0 | 0.36 | 0.86 | 0.28 | 35.32 | 0.76 | 0.41 |
| Hex | B7 | 76 | 19 | 0 | 24 | 56 | 1C | 23 | 4C | 29 |
| Octal | 267 | 166 | 31 | 0 | 44 | 126 | 34 | 43 | 114 | 51 |
| Binary | 10110111 | 1110110 | 11001 | 0 | 100100 | 1010110 | 11100 | 100011 | 1001100 | 101001 |
Color Harmonies of #B77619
Complementary color
Monochromatic Colors of #B77619
Black with #B77619
Text Example
Text Example
White with #B77619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77619; }
p { color: rgb(183,118,25); }
H1.HeaderClassName
{
color: #B77619;
}
.AnyTagClassName
{
color: #B77619;
}
</style>
background-color css
<style>
a { background-color: #B77619; }
a { background-color: rgb(183,118,25); }
div.DivClassName
{
background-color: #B77619;
}
.BgClassName
{
background-color: #B77619;
}
</style>
border-color css
<style>
span { border-color: #B77619; }
span { border-color: rgb(183,118,25); }
td.TdClassName
{
border-color: #B77619;
}
.TagClassName
{
border-color: #B77619;
}
</style>