Shades of Pirate Gold #B26A18
Tints of Pirate Gold #B26A18
RGB
CMYK
RGB Variations
Color information
#B26A18 (or 0xB26A18) is known color: Pirate Gold. HEX triplet: B2, 6A and 18. RGB value is (178,106,24). Sum of RGB (Red+Green+Blue) = 178+106+24=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A18 is #4D95E7. Grayscale: #767676. Windows color (decimal): -5084648 or 1600178. OLE color: 1600178.
HSL color Cylindrical-coordinate representation of color #B26A18: hue angle of 31.95º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B26A18 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 24 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.30 |
| HSL | 31.95º | 0.76% | 0.4% | - |
| HSV(B) | 31.95º | 0.87% | 0.7% | - |
| XYZ | 23.68 | 19.84 | 3.45 | - |
| YUV | 118.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 24 | 0 | 0.40 | 0.87 | 0.30 | 31.95 | 0.76 | 0.4 |
| Hex | B2 | 6A | 18 | 0 | 28 | 57 | 1E | 20 | 4C | 28 |
| Octal | 262 | 152 | 30 | 0 | 50 | 127 | 36 | 40 | 114 | 50 |
| Binary | 10110010 | 1101010 | 11000 | 0 | 101000 | 1010111 | 11110 | 100000 | 1001100 | 101000 |
Color Harmonies of #B26A18
Complementary color
Monochromatic Colors of #B26A18
Black with #B26A18
Text Example
Text Example
White with #B26A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A18; }
p { color: rgb(178,106,24); }
H1.HeaderClassName
{
color: #B26A18;
}
.AnyTagClassName
{
color: #B26A18;
}
</style>
background-color css
<style>
a { background-color: #B26A18; }
a { background-color: rgb(178,106,24); }
div.DivClassName
{
background-color: #B26A18;
}
.BgClassName
{
background-color: #B26A18;
}
</style>
border-color css
<style>
span { border-color: #B26A18; }
span { border-color: rgb(178,106,24); }
td.TdClassName
{
border-color: #B26A18;
}
.TagClassName
{
border-color: #B26A18;
}
</style>