Shades of Pirate Gold #B56718
Tints of Pirate Gold #B56718
RGB
CMYK
RGB Variations
Color information
#B56718 (or 0xB56718) is known color: Pirate Gold. HEX triplet: B5, 67 and 18. RGB value is (181,103,24). Sum of RGB (Red+Green+Blue) = 181+103+24=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B56718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56718 is #4A98E7. Grayscale: #757575. Windows color (decimal): -4888808 or 1599413. OLE color: 1599413.
HSL color Cylindrical-coordinate representation of color #B56718: hue angle of 30.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B56718 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 24 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.29 |
| HSL | 30.19º | 0.77% | 0.4% | - |
| HSV(B) | 30.19º | 0.87% | 0.71% | - |
| XYZ | 24.07 | 19.59 | 3.38 | - |
| YUV | 117.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 24 | 0 | 0.43 | 0.87 | 0.29 | 30.19 | 0.77 | 0.4 |
| Hex | B5 | 67 | 18 | 0 | 2B | 57 | 1D | 1E | 4D | 28 |
| Octal | 265 | 147 | 30 | 0 | 53 | 127 | 35 | 36 | 115 | 50 |
| Binary | 10110101 | 1100111 | 11000 | 0 | 101011 | 1010111 | 11101 | 11110 | 1001101 | 101000 |
Color Harmonies of #B56718
Complementary color
Monochromatic Colors of #B56718
Black with #B56718
Text Example
Text Example
White with #B56718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56718; }
p { color: rgb(181,103,24); }
H1.HeaderClassName
{
color: #B56718;
}
.AnyTagClassName
{
color: #B56718;
}
</style>
background-color css
<style>
a { background-color: #B56718; }
a { background-color: rgb(181,103,24); }
div.DivClassName
{
background-color: #B56718;
}
.BgClassName
{
background-color: #B56718;
}
</style>
border-color css
<style>
span { border-color: #B56718; }
span { border-color: rgb(181,103,24); }
td.TdClassName
{
border-color: #B56718;
}
.TagClassName
{
border-color: #B56718;
}
</style>