Shades of Pirate Gold #B56D25
Tints of Pirate Gold #B56D25
RGB
CMYK
RGB Variations
Color information
#B56D25 (or 0xB56D25) is known color: Pirate Gold. HEX triplet: B5, 6D and 25. RGB value is (181,109,37). Sum of RGB (Red+Green+Blue) = 181+109+37=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D25 is #4A92DA. Grayscale: #7A7A7A. Windows color (decimal): -4887259 or 2452917. OLE color: 2452917.
HSL color Cylindrical-coordinate representation of color #B56D25: hue angle of 30º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B56D25 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 37 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.29 |
| HSL | 30º | 0.66% | 0.43% | - |
| HSV(B) | 30º | 0.8% | 0.71% | - |
| XYZ | 24.86 | 20.89 | 4.47 | - |
| YUV | 122.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 37 | 0 | 0.40 | 0.80 | 0.29 | 30 | 0.66 | 0.43 |
| Hex | B5 | 6D | 25 | 0 | 28 | 50 | 1D | 1E | 42 | 2B |
| Octal | 265 | 155 | 45 | 0 | 50 | 120 | 35 | 36 | 102 | 53 |
| Binary | 10110101 | 1101101 | 100101 | 0 | 101000 | 1010000 | 11101 | 11110 | 1000010 | 101011 |
Color Harmonies of #B56D25
Complementary color
Monochromatic Colors of #B56D25
Black with #B56D25
Text Example
Text Example
White with #B56D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D25; }
p { color: rgb(181,109,37); }
H1.HeaderClassName
{
color: #B56D25;
}
.AnyTagClassName
{
color: #B56D25;
}
</style>
background-color css
<style>
a { background-color: #B56D25; }
a { background-color: rgb(181,109,37); }
div.DivClassName
{
background-color: #B56D25;
}
.BgClassName
{
background-color: #B56D25;
}
</style>
border-color css
<style>
span { border-color: #B56D25; }
span { border-color: rgb(181,109,37); }
td.TdClassName
{
border-color: #B56D25;
}
.TagClassName
{
border-color: #B56D25;
}
</style>