Shades of Pirate Gold #B77C1E
Tints of Pirate Gold #B77C1E
RGB
CMYK
RGB Variations
Color information
#B77C1E (or 0xB77C1E) is known color: Pirate Gold. HEX triplet: B7, 7C and 1E. RGB value is (183,124,30). Sum of RGB (Red+Green+Blue) = 183+124+30=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C1E is #4883E1. Grayscale: #838383. Windows color (decimal): -4752354 or 1998007. OLE color: 1998007.
HSL color Cylindrical-coordinate representation of color #B77C1E: hue angle of 36.86º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B77C1E is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 30 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.28 |
| HSL | 36.86º | 0.72% | 0.42% | - |
| HSV(B) | 36.86º | 0.84% | 0.72% | - |
| XYZ | 26.97 | 24.58 | 4.55 | - |
| YUV | 130.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 30 | 0 | 0.32 | 0.84 | 0.28 | 36.86 | 0.72 | 0.42 |
| Hex | B7 | 7C | 1E | 0 | 20 | 54 | 1C | 25 | 48 | 2A |
| Octal | 267 | 174 | 36 | 0 | 40 | 124 | 34 | 45 | 110 | 52 |
| Binary | 10110111 | 1111100 | 11110 | 0 | 100000 | 1010100 | 11100 | 100101 | 1001000 | 101010 |
Color Harmonies of #B77C1E
Complementary color
Monochromatic Colors of #B77C1E
Black with #B77C1E
Text Example
Text Example
White with #B77C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C1E; }
p { color: rgb(183,124,30); }
H1.HeaderClassName
{
color: #B77C1E;
}
.AnyTagClassName
{
color: #B77C1E;
}
</style>
background-color css
<style>
a { background-color: #B77C1E; }
a { background-color: rgb(183,124,30); }
div.DivClassName
{
background-color: #B77C1E;
}
.BgClassName
{
background-color: #B77C1E;
}
</style>
border-color css
<style>
span { border-color: #B77C1E; }
span { border-color: rgb(183,124,30); }
td.TdClassName
{
border-color: #B77C1E;
}
.TagClassName
{
border-color: #B77C1E;
}
</style>