Shades of Pirate Gold #B56921
Tints of Pirate Gold #B56921
RGB
CMYK
RGB Variations
Color information
#B56921 (or 0xB56921) is known color: Pirate Gold. HEX triplet: B5, 69 and 21. RGB value is (181,105,33). Sum of RGB (Red+Green+Blue) = 181+105+33=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B56921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56921 is #4A96DE. Grayscale: #777777. Windows color (decimal): -4888287 or 2189749. OLE color: 2189749.
HSL color Cylindrical-coordinate representation of color #B56921: hue angle of 29.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B56921 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 33 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.29 |
| HSL | 29.19º | 0.69% | 0.42% | - |
| HSV(B) | 29.19º | 0.82% | 0.71% | - |
| XYZ | 24.38 | 20.04 | 4.02 | - |
| YUV | 119.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 33 | 0 | 0.42 | 0.82 | 0.29 | 29.19 | 0.69 | 0.42 |
| Hex | B5 | 69 | 21 | 0 | 2A | 52 | 1D | 1D | 45 | 2A |
| Octal | 265 | 151 | 41 | 0 | 52 | 122 | 35 | 35 | 105 | 52 |
| Binary | 10110101 | 1101001 | 100001 | 0 | 101010 | 1010010 | 11101 | 11101 | 1000101 | 101010 |
Color Harmonies of #B56921
Complementary color
Monochromatic Colors of #B56921
Black with #B56921
Text Example
Text Example
White with #B56921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56921; }
p { color: rgb(181,105,33); }
H1.HeaderClassName
{
color: #B56921;
}
.AnyTagClassName
{
color: #B56921;
}
</style>
background-color css
<style>
a { background-color: #B56921; }
a { background-color: rgb(181,105,33); }
div.DivClassName
{
background-color: #B56921;
}
.BgClassName
{
background-color: #B56921;
}
</style>
border-color css
<style>
span { border-color: #B56921; }
span { border-color: rgb(181,105,33); }
td.TdClassName
{
border-color: #B56921;
}
.TagClassName
{
border-color: #B56921;
}
</style>