Shades of Pirate Gold #B26A1F
Tints of Pirate Gold #B26A1F
RGB
CMYK
RGB Variations
Color information
#B26A1F (or 0xB26A1F) is known color: Pirate Gold. HEX triplet: B2, 6A and 1F. RGB value is (178,106,31). Sum of RGB (Red+Green+Blue) = 178+106+31=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A1F is #4D95E0. Grayscale: #777777. Windows color (decimal): -5084641 or 2058930. OLE color: 2058930.
HSL color Cylindrical-coordinate representation of color #B26A1F: hue angle of 30.61º 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 #B26A1F is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 31 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.30 |
| HSL | 30.61º | 0.7% | 0.41% | - |
| HSV(B) | 30.61º | 0.83% | 0.7% | - |
| XYZ | 23.76 | 19.87 | 3.88 | - |
| YUV | 118.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 31 | 0 | 0.40 | 0.83 | 0.30 | 30.61 | 0.7 | 0.41 |
| Hex | B2 | 6A | 1F | 0 | 28 | 53 | 1E | 1F | 46 | 29 |
| Octal | 262 | 152 | 37 | 0 | 50 | 123 | 36 | 37 | 106 | 51 |
| Binary | 10110010 | 1101010 | 11111 | 0 | 101000 | 1010011 | 11110 | 11111 | 1000110 | 101001 |
Color Harmonies of #B26A1F
Complementary color
Monochromatic Colors of #B26A1F
Black with #B26A1F
Text Example
Text Example
White with #B26A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A1F; }
p { color: rgb(178,106,31); }
H1.HeaderClassName
{
color: #B26A1F;
}
.AnyTagClassName
{
color: #B26A1F;
}
</style>
background-color css
<style>
a { background-color: #B26A1F; }
a { background-color: rgb(178,106,31); }
div.DivClassName
{
background-color: #B26A1F;
}
.BgClassName
{
background-color: #B26A1F;
}
</style>
border-color css
<style>
span { border-color: #B26A1F; }
span { border-color: rgb(178,106,31); }
td.TdClassName
{
border-color: #B26A1F;
}
.TagClassName
{
border-color: #B26A1F;
}
</style>