Shades of Pirate Gold #B56F21
Tints of Pirate Gold #B56F21
RGB
CMYK
RGB Variations
Color information
#B56F21 (or 0xB56F21) is known color: Pirate Gold. HEX triplet: B5, 6F and 21. RGB value is (181,111,33). Sum of RGB (Red+Green+Blue) = 181+111+33=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F21 is #4A90DE. Grayscale: #7B7B7B. Windows color (decimal): -4886751 or 2191285. OLE color: 2191285.
HSL color Cylindrical-coordinate representation of color #B56F21: hue angle of 31.62º 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 #B56F21 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 33 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.29 |
| HSL | 31.62º | 0.69% | 0.42% | - |
| HSV(B) | 31.62º | 0.82% | 0.71% | - |
| XYZ | 25.02 | 21.3 | 4.23 | - |
| YUV | 123.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 33 | 0 | 0.39 | 0.82 | 0.29 | 31.62 | 0.69 | 0.42 |
| Hex | B5 | 6F | 21 | 0 | 27 | 52 | 1D | 20 | 45 | 2A |
| Octal | 265 | 157 | 41 | 0 | 47 | 122 | 35 | 40 | 105 | 52 |
| Binary | 10110101 | 1101111 | 100001 | 0 | 100111 | 1010010 | 11101 | 100000 | 1000101 | 101010 |
Color Harmonies of #B56F21
Complementary color
Monochromatic Colors of #B56F21
Black with #B56F21
Text Example
Text Example
White with #B56F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F21; }
p { color: rgb(181,111,33); }
H1.HeaderClassName
{
color: #B56F21;
}
.AnyTagClassName
{
color: #B56F21;
}
</style>
background-color css
<style>
a { background-color: #B56F21; }
a { background-color: rgb(181,111,33); }
div.DivClassName
{
background-color: #B56F21;
}
.BgClassName
{
background-color: #B56F21;
}
</style>
border-color css
<style>
span { border-color: #B56F21; }
span { border-color: rgb(181,111,33); }
td.TdClassName
{
border-color: #B56F21;
}
.TagClassName
{
border-color: #B56F21;
}
</style>