Shades of Pirate Gold #B26E1F
Tints of Pirate Gold #B26E1F
RGB
CMYK
RGB Variations
Color information
#B26E1F (or 0xB26E1F) is known color: Pirate Gold. HEX triplet: B2, 6E and 1F. RGB value is (178,110,31). Sum of RGB (Red+Green+Blue) = 178+110+31=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E1F is #4D91E0. Grayscale: #797979. Windows color (decimal): -5083617 or 2059954. OLE color: 2059954.
HSL color Cylindrical-coordinate representation of color #B26E1F: hue angle of 32.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B26E1F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 31 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.30 |
| HSL | 32.24º | 0.7% | 0.41% | - |
| HSV(B) | 32.24º | 0.83% | 0.7% | - |
| XYZ | 24.18 | 20.72 | 4.02 | - |
| YUV | 121.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 31 | 0 | 0.38 | 0.83 | 0.30 | 32.24 | 0.7 | 0.41 |
| Hex | B2 | 6E | 1F | 0 | 26 | 53 | 1E | 20 | 46 | 29 |
| Octal | 262 | 156 | 37 | 0 | 46 | 123 | 36 | 40 | 106 | 51 |
| Binary | 10110010 | 1101110 | 11111 | 0 | 100110 | 1010011 | 11110 | 100000 | 1000110 | 101001 |
Color Harmonies of #B26E1F
Complementary color
Monochromatic Colors of #B26E1F
Black with #B26E1F
Text Example
Text Example
White with #B26E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E1F; }
p { color: rgb(178,110,31); }
H1.HeaderClassName
{
color: #B26E1F;
}
.AnyTagClassName
{
color: #B26E1F;
}
</style>
background-color css
<style>
a { background-color: #B26E1F; }
a { background-color: rgb(178,110,31); }
div.DivClassName
{
background-color: #B26E1F;
}
.BgClassName
{
background-color: #B26E1F;
}
</style>
border-color css
<style>
span { border-color: #B26E1F; }
span { border-color: rgb(178,110,31); }
td.TdClassName
{
border-color: #B26E1F;
}
.TagClassName
{
border-color: #B26E1F;
}
</style>