Shades of Pirate Gold #B77129
Tints of Pirate Gold #B77129
RGB
CMYK
RGB Variations
Color information
#B77129 (or 0xB77129) is known color: Pirate Gold. HEX triplet: B7, 71 and 29. RGB value is (183,113,41). Sum of RGB (Red+Green+Blue) = 183+113+41=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77129 is #488ED6. Grayscale: #7E7E7E. Windows color (decimal): -4755159 or 2716087. OLE color: 2716087.
HSL color Cylindrical-coordinate representation of color #B77129: hue angle of 30.42º 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 #B77129 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 41 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.28 |
| HSL | 30.42º | 0.63% | 0.44% | - |
| HSV(B) | 30.42º | 0.78% | 0.72% | - |
| XYZ | 25.83 | 22.04 | 4.99 | - |
| YUV | 125.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 41 | 0 | 0.38 | 0.78 | 0.28 | 30.42 | 0.63 | 0.44 |
| Hex | B7 | 71 | 29 | 0 | 26 | 4E | 1C | 1E | 3F | 2C |
| Octal | 267 | 161 | 51 | 0 | 46 | 116 | 34 | 36 | 77 | 54 |
| Binary | 10110111 | 1110001 | 101001 | 0 | 100110 | 1001110 | 11100 | 11110 | 111111 | 101100 |
Color Harmonies of #B77129
Complementary color
Monochromatic Colors of #B77129
Black with #B77129
Text Example
Text Example
White with #B77129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77129; }
p { color: rgb(183,113,41); }
H1.HeaderClassName
{
color: #B77129;
}
.AnyTagClassName
{
color: #B77129;
}
</style>
background-color css
<style>
a { background-color: #B77129; }
a { background-color: rgb(183,113,41); }
div.DivClassName
{
background-color: #B77129;
}
.BgClassName
{
background-color: #B77129;
}
</style>
border-color css
<style>
span { border-color: #B77129; }
span { border-color: rgb(183,113,41); }
td.TdClassName
{
border-color: #B77129;
}
.TagClassName
{
border-color: #B77129;
}
</style>