Shades of Pirate Gold #B16A1B
Tints of Pirate Gold #B16A1B
RGB
CMYK
RGB Variations
Color information
#B16A1B (or 0xB16A1B) is known color: Pirate Gold. HEX triplet: B1, 6A and 1B. RGB value is (177,106,27). Sum of RGB (Red+Green+Blue) = 177+106+27=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A1B is #4E95E4. Grayscale: #767676. Windows color (decimal): -5150181 or 1796785. OLE color: 1796785.
HSL color Cylindrical-coordinate representation of color #B16A1B: hue angle of 31.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B16A1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 27 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.31 |
| HSL | 31.6º | 0.74% | 0.4% | - |
| HSV(B) | 31.6º | 0.85% | 0.69% | - |
| XYZ | 23.48 | 19.73 | 3.61 | - |
| YUV | 118.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 27 | 0 | 0.40 | 0.85 | 0.31 | 31.6 | 0.74 | 0.4 |
| Hex | B1 | 6A | 1B | 0 | 28 | 55 | 1F | 20 | 4A | 28 |
| Octal | 261 | 152 | 33 | 0 | 50 | 125 | 37 | 40 | 112 | 50 |
| Binary | 10110001 | 1101010 | 11011 | 0 | 101000 | 1010101 | 11111 | 100000 | 1001010 | 101000 |
Color Harmonies of #B16A1B
Complementary color
Monochromatic Colors of #B16A1B
Black with #B16A1B
Text Example
Text Example
White with #B16A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A1B; }
p { color: rgb(177,106,27); }
H1.HeaderClassName
{
color: #B16A1B;
}
.AnyTagClassName
{
color: #B16A1B;
}
</style>
background-color css
<style>
a { background-color: #B16A1B; }
a { background-color: rgb(177,106,27); }
div.DivClassName
{
background-color: #B16A1B;
}
.BgClassName
{
background-color: #B16A1B;
}
</style>
border-color css
<style>
span { border-color: #B16A1B; }
span { border-color: rgb(177,106,27); }
td.TdClassName
{
border-color: #B16A1B;
}
.TagClassName
{
border-color: #B16A1B;
}
</style>