Shades of Pirate Gold #B77F20
Tints of Pirate Gold #B77F20
RGB
CMYK
RGB Variations
Color information
#B77F20 (or 0xB77F20) is known color: Pirate Gold. HEX triplet: B7, 7F and 20. RGB value is (183,127,32). Sum of RGB (Red+Green+Blue) = 183+127+32=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F20 is #4880DF. Grayscale: #858585. Windows color (decimal): -4751584 or 2129847. OLE color: 2129847.
HSL color Cylindrical-coordinate representation of color #B77F20: hue angle of 37.75º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B77F20 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 32 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.28 |
| HSL | 37.75º | 0.7% | 0.42% | - |
| HSV(B) | 37.75º | 0.83% | 0.72% | - |
| XYZ | 27.38 | 25.35 | 4.82 | - |
| YUV | 132.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 32 | 0 | 0.31 | 0.83 | 0.28 | 37.75 | 0.7 | 0.42 |
| Hex | B7 | 7F | 20 | 0 | 1F | 53 | 1C | 26 | 46 | 2A |
| Octal | 267 | 177 | 40 | 0 | 37 | 123 | 34 | 46 | 106 | 52 |
| Binary | 10110111 | 1111111 | 100000 | 0 | 11111 | 1010011 | 11100 | 100110 | 1000110 | 101010 |
Color Harmonies of #B77F20
Complementary color
Monochromatic Colors of #B77F20
Black with #B77F20
Text Example
Text Example
White with #B77F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F20; }
p { color: rgb(183,127,32); }
H1.HeaderClassName
{
color: #B77F20;
}
.AnyTagClassName
{
color: #B77F20;
}
</style>
background-color css
<style>
a { background-color: #B77F20; }
a { background-color: rgb(183,127,32); }
div.DivClassName
{
background-color: #B77F20;
}
.BgClassName
{
background-color: #B77F20;
}
</style>
border-color css
<style>
span { border-color: #B77F20; }
span { border-color: rgb(183,127,32); }
td.TdClassName
{
border-color: #B77F20;
}
.TagClassName
{
border-color: #B77F20;
}
</style>