Shades of Pirate Gold #B16C21
Tints of Pirate Gold #B16C21
RGB
CMYK
RGB Variations
Color information
#B16C21 (or 0xB16C21) is known color: Pirate Gold. HEX triplet: B1, 6C and 21. RGB value is (177,108,33). Sum of RGB (Red+Green+Blue) = 177+108+33=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C21 is #4E93DE. Grayscale: #787878. Windows color (decimal): -5149663 or 2190513. OLE color: 2190513.
HSL color Cylindrical-coordinate representation of color #B16C21: hue angle of 31.25º 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 #B16C21 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 33 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.31 |
| HSL | 31.25º | 0.69% | 0.41% | - |
| HSV(B) | 31.25º | 0.81% | 0.69% | - |
| XYZ | 23.77 | 20.18 | 4.08 | - |
| YUV | 120.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 33 | 0 | 0.39 | 0.81 | 0.31 | 31.25 | 0.69 | 0.41 |
| Hex | B1 | 6C | 21 | 0 | 27 | 51 | 1F | 1F | 45 | 29 |
| Octal | 261 | 154 | 41 | 0 | 47 | 121 | 37 | 37 | 105 | 51 |
| Binary | 10110001 | 1101100 | 100001 | 0 | 100111 | 1010001 | 11111 | 11111 | 1000101 | 101001 |
Color Harmonies of #B16C21
Complementary color
Monochromatic Colors of #B16C21
Black with #B16C21
Text Example
Text Example
White with #B16C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C21; }
p { color: rgb(177,108,33); }
H1.HeaderClassName
{
color: #B16C21;
}
.AnyTagClassName
{
color: #B16C21;
}
</style>
background-color css
<style>
a { background-color: #B16C21; }
a { background-color: rgb(177,108,33); }
div.DivClassName
{
background-color: #B16C21;
}
.BgClassName
{
background-color: #B16C21;
}
</style>
border-color css
<style>
span { border-color: #B16C21; }
span { border-color: rgb(177,108,33); }
td.TdClassName
{
border-color: #B16C21;
}
.TagClassName
{
border-color: #B16C21;
}
</style>