Shades of Pirate Gold #B77A20
Tints of Pirate Gold #B77A20
RGB
CMYK
RGB Variations
Color information
#B77A20 (or 0xB77A20) is known color: Pirate Gold. HEX triplet: B7, 7A and 20. RGB value is (183,122,32). Sum of RGB (Red+Green+Blue) = 183+122+32=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A20 is #4885DF. Grayscale: #828282. Windows color (decimal): -4752864 or 2128567. OLE color: 2128567.
HSL color Cylindrical-coordinate representation of color #B77A20: hue angle of 35.76º 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 #B77A20 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 32 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.28 |
| HSL | 35.76º | 0.7% | 0.42% | - |
| HSV(B) | 35.76º | 0.83% | 0.72% | - |
| XYZ | 26.75 | 24.09 | 4.61 | - |
| YUV | 129.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 32 | 0 | 0.33 | 0.83 | 0.28 | 35.76 | 0.7 | 0.42 |
| Hex | B7 | 7A | 20 | 0 | 21 | 53 | 1C | 24 | 46 | 2A |
| Octal | 267 | 172 | 40 | 0 | 41 | 123 | 34 | 44 | 106 | 52 |
| Binary | 10110111 | 1111010 | 100000 | 0 | 100001 | 1010011 | 11100 | 100100 | 1000110 | 101010 |
Color Harmonies of #B77A20
Complementary color
Monochromatic Colors of #B77A20
Black with #B77A20
Text Example
Text Example
White with #B77A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A20; }
p { color: rgb(183,122,32); }
H1.HeaderClassName
{
color: #B77A20;
}
.AnyTagClassName
{
color: #B77A20;
}
</style>
background-color css
<style>
a { background-color: #B77A20; }
a { background-color: rgb(183,122,32); }
div.DivClassName
{
background-color: #B77A20;
}
.BgClassName
{
background-color: #B77A20;
}
</style>
border-color css
<style>
span { border-color: #B77A20; }
span { border-color: rgb(183,122,32); }
td.TdClassName
{
border-color: #B77A20;
}
.TagClassName
{
border-color: #B77A20;
}
</style>