Shades of Pirate Gold #B77329
Tints of Pirate Gold #B77329
RGB
CMYK
RGB Variations
Color information
#B77329 (or 0xB77329) is known color: Pirate Gold. HEX triplet: B7, 73 and 29. RGB value is (183,115,41). Sum of RGB (Red+Green+Blue) = 183+115+41=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77329 is #488CD6. Grayscale: #7F7F7F. Windows color (decimal): -4754647 or 2716599. OLE color: 2716599.
HSL color Cylindrical-coordinate representation of color #B77329: hue angle of 31.27º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77329 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 41 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.28 |
| HSL | 31.27º | 0.63% | 0.44% | - |
| HSV(B) | 31.27º | 0.78% | 0.72% | - |
| XYZ | 26.06 | 22.49 | 5.07 | - |
| YUV | 126.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 41 | 0 | 0.37 | 0.78 | 0.28 | 31.27 | 0.63 | 0.44 |
| Hex | B7 | 73 | 29 | 0 | 25 | 4E | 1C | 1F | 3F | 2C |
| Octal | 267 | 163 | 51 | 0 | 45 | 116 | 34 | 37 | 77 | 54 |
| Binary | 10110111 | 1110011 | 101001 | 0 | 100101 | 1001110 | 11100 | 11111 | 111111 | 101100 |
Color Harmonies of #B77329
Complementary color
Monochromatic Colors of #B77329
Black with #B77329
Text Example
Text Example
White with #B77329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77329; }
p { color: rgb(183,115,41); }
H1.HeaderClassName
{
color: #B77329;
}
.AnyTagClassName
{
color: #B77329;
}
</style>
background-color css
<style>
a { background-color: #B77329; }
a { background-color: rgb(183,115,41); }
div.DivClassName
{
background-color: #B77329;
}
.BgClassName
{
background-color: #B77329;
}
</style>
border-color css
<style>
span { border-color: #B77329; }
span { border-color: rgb(183,115,41); }
td.TdClassName
{
border-color: #B77329;
}
.TagClassName
{
border-color: #B77329;
}
</style>