Shades of Pirate Gold #B77528
Tints of Pirate Gold #B77528
RGB
CMYK
RGB Variations
Color information
#B77528 (or 0xB77528) is known color: Pirate Gold. HEX triplet: B7, 75 and 28. RGB value is (183,117,40). Sum of RGB (Red+Green+Blue) = 183+117+40=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77528 is #488AD7. Grayscale: #808080. Windows color (decimal): -4754136 or 2651575. OLE color: 2651575.
HSL color Cylindrical-coordinate representation of color #B77528: hue angle of 32.31º degrees, saturation: 0.64, 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 #B77528 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 40 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.28 |
| HSL | 32.31º | 0.64% | 0.44% | - |
| HSV(B) | 32.31º | 0.78% | 0.72% | - |
| XYZ | 26.27 | 22.94 | 5.05 | - |
| YUV | 127.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 40 | 0 | 0.36 | 0.78 | 0.28 | 32.31 | 0.64 | 0.44 |
| Hex | B7 | 75 | 28 | 0 | 24 | 4E | 1C | 20 | 40 | 2C |
| Octal | 267 | 165 | 50 | 0 | 44 | 116 | 34 | 40 | 100 | 54 |
| Binary | 10110111 | 1110101 | 101000 | 0 | 100100 | 1001110 | 11100 | 100000 | 1000000 | 101100 |
Color Harmonies of #B77528
Complementary color
Monochromatic Colors of #B77528
Black with #B77528
Text Example
Text Example
White with #B77528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77528; }
p { color: rgb(183,117,40); }
H1.HeaderClassName
{
color: #B77528;
}
.AnyTagClassName
{
color: #B77528;
}
</style>
background-color css
<style>
a { background-color: #B77528; }
a { background-color: rgb(183,117,40); }
div.DivClassName
{
background-color: #B77528;
}
.BgClassName
{
background-color: #B77528;
}
</style>
border-color css
<style>
span { border-color: #B77528; }
span { border-color: rgb(183,117,40); }
td.TdClassName
{
border-color: #B77528;
}
.TagClassName
{
border-color: #B77528;
}
</style>