Shades of Pirate Gold #B26C21
Tints of Pirate Gold #B26C21
RGB
CMYK
RGB Variations
Color information
#B26C21 (or 0xB26C21) is known color: Pirate Gold. HEX triplet: B2, 6C and 21. RGB value is (178,108,33). Sum of RGB (Red+Green+Blue) = 178+108+33=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C21 is #4D93DE. Grayscale: #787878. Windows color (decimal): -5084127 or 2190514. OLE color: 2190514.
HSL color Cylindrical-coordinate representation of color #B26C21: hue angle of 31.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B26C21 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 33 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.30 |
| HSL | 31.03º | 0.69% | 0.41% | - |
| HSV(B) | 31.03º | 0.81% | 0.7% | - |
| XYZ | 24 | 20.3 | 4.09 | - |
| YUV | 120.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 33 | 0 | 0.39 | 0.81 | 0.30 | 31.03 | 0.69 | 0.41 |
| Hex | B2 | 6C | 21 | 0 | 27 | 51 | 1E | 1F | 45 | 29 |
| Octal | 262 | 154 | 41 | 0 | 47 | 121 | 36 | 37 | 105 | 51 |
| Binary | 10110010 | 1101100 | 100001 | 0 | 100111 | 1010001 | 11110 | 11111 | 1000101 | 101001 |
Color Harmonies of #B26C21
Complementary color
Monochromatic Colors of #B26C21
Black with #B26C21
Text Example
Text Example
White with #B26C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C21; }
p { color: rgb(178,108,33); }
H1.HeaderClassName
{
color: #B26C21;
}
.AnyTagClassName
{
color: #B26C21;
}
</style>
background-color css
<style>
a { background-color: #B26C21; }
a { background-color: rgb(178,108,33); }
div.DivClassName
{
background-color: #B26C21;
}
.BgClassName
{
background-color: #B26C21;
}
</style>
border-color css
<style>
span { border-color: #B26C21; }
span { border-color: rgb(178,108,33); }
td.TdClassName
{
border-color: #B26C21;
}
.TagClassName
{
border-color: #B26C21;
}
</style>