Shades of Pirate Gold #B16D21
Tints of Pirate Gold #B16D21
RGB
CMYK
RGB Variations
Color information
#B16D21 (or 0xB16D21) is known color: Pirate Gold. HEX triplet: B1, 6D and 21. RGB value is (177,109,33). Sum of RGB (Red+Green+Blue) = 177+109+33=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D21 is #4E92DE. Grayscale: #797979. Windows color (decimal): -5149407 or 2190769. OLE color: 2190769.
HSL color Cylindrical-coordinate representation of color #B16D21: hue angle of 31.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16D21 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 33 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.31 |
| HSL | 31.67º | 0.69% | 0.41% | - |
| HSV(B) | 31.67º | 0.81% | 0.69% | - |
| XYZ | 23.87 | 20.39 | 4.12 | - |
| YUV | 120.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 33 | 0 | 0.38 | 0.81 | 0.31 | 31.67 | 0.69 | 0.41 |
| Hex | B1 | 6D | 21 | 0 | 26 | 51 | 1F | 20 | 45 | 29 |
| Octal | 261 | 155 | 41 | 0 | 46 | 121 | 37 | 40 | 105 | 51 |
| Binary | 10110001 | 1101101 | 100001 | 0 | 100110 | 1010001 | 11111 | 100000 | 1000101 | 101001 |
Color Harmonies of #B16D21
Complementary color
Monochromatic Colors of #B16D21
Black with #B16D21
Text Example
Text Example
White with #B16D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D21; }
p { color: rgb(177,109,33); }
H1.HeaderClassName
{
color: #B16D21;
}
.AnyTagClassName
{
color: #B16D21;
}
</style>
background-color css
<style>
a { background-color: #B16D21; }
a { background-color: rgb(177,109,33); }
div.DivClassName
{
background-color: #B16D21;
}
.BgClassName
{
background-color: #B16D21;
}
</style>
border-color css
<style>
span { border-color: #B16D21; }
span { border-color: rgb(177,109,33); }
td.TdClassName
{
border-color: #B16D21;
}
.TagClassName
{
border-color: #B16D21;
}
</style>