Shades of Pirate Gold #B77E1F
Tints of Pirate Gold #B77E1F
RGB
CMYK
RGB Variations
Color information
#B77E1F (or 0xB77E1F) is known color: Pirate Gold. HEX triplet: B7, 7E and 1F. RGB value is (183,126,31). Sum of RGB (Red+Green+Blue) = 183+126+31=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E1F is #4881E0. Grayscale: #848484. Windows color (decimal): -4751841 or 2064055. OLE color: 2064055.
HSL color Cylindrical-coordinate representation of color #B77E1F: hue angle of 37.5º degrees, saturation: 0.71, 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 #B77E1F is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 31 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.28 |
| HSL | 37.5º | 0.71% | 0.42% | - |
| HSV(B) | 37.5º | 0.83% | 0.72% | - |
| XYZ | 27.24 | 25.09 | 4.7 | - |
| YUV | 132.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 31 | 0 | 0.31 | 0.83 | 0.28 | 37.5 | 0.71 | 0.42 |
| Hex | B7 | 7E | 1F | 0 | 1F | 53 | 1C | 26 | 47 | 2A |
| Octal | 267 | 176 | 37 | 0 | 37 | 123 | 34 | 46 | 107 | 52 |
| Binary | 10110111 | 1111110 | 11111 | 0 | 11111 | 1010011 | 11100 | 100110 | 1000111 | 101010 |
Color Harmonies of #B77E1F
Complementary color
Monochromatic Colors of #B77E1F
Black with #B77E1F
Text Example
Text Example
White with #B77E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E1F; }
p { color: rgb(183,126,31); }
H1.HeaderClassName
{
color: #B77E1F;
}
.AnyTagClassName
{
color: #B77E1F;
}
</style>
background-color css
<style>
a { background-color: #B77E1F; }
a { background-color: rgb(183,126,31); }
div.DivClassName
{
background-color: #B77E1F;
}
.BgClassName
{
background-color: #B77E1F;
}
</style>
border-color css
<style>
span { border-color: #B77E1F; }
span { border-color: rgb(183,126,31); }
td.TdClassName
{
border-color: #B77E1F;
}
.TagClassName
{
border-color: #B77E1F;
}
</style>