Shades of Pirate Gold #B56717
Tints of Pirate Gold #B56717
RGB
CMYK
RGB Variations
Color information
#B56717 (or 0xB56717) is known color: Pirate Gold. HEX triplet: B5, 67 and 17. RGB value is (181,103,23). Sum of RGB (Red+Green+Blue) = 181+103+23=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B56717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56717 is #4A98E8. Grayscale: #757575. Windows color (decimal): -4888809 or 1533877. OLE color: 1533877.
HSL color Cylindrical-coordinate representation of color #B56717: hue angle of 30.38º 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 #B56717 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 23 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.29 |
| HSL | 30.38º | 0.77% | 0.4% | - |
| HSV(B) | 30.38º | 0.87% | 0.71% | - |
| XYZ | 24.06 | 19.59 | 3.32 | - |
| YUV | 117.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 23 | 0 | 0.43 | 0.87 | 0.29 | 30.38 | 0.77 | 0.4 |
| Hex | B5 | 67 | 17 | 0 | 2B | 57 | 1D | 1E | 4D | 28 |
| Octal | 265 | 147 | 27 | 0 | 53 | 127 | 35 | 36 | 115 | 50 |
| Binary | 10110101 | 1100111 | 10111 | 0 | 101011 | 1010111 | 11101 | 11110 | 1001101 | 101000 |
Color Harmonies of #B56717
Complementary color
Monochromatic Colors of #B56717
Black with #B56717
Text Example
Text Example
White with #B56717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56717; }
p { color: rgb(181,103,23); }
H1.HeaderClassName
{
color: #B56717;
}
.AnyTagClassName
{
color: #B56717;
}
</style>
background-color css
<style>
a { background-color: #B56717; }
a { background-color: rgb(181,103,23); }
div.DivClassName
{
background-color: #B56717;
}
.BgClassName
{
background-color: #B56717;
}
</style>
border-color css
<style>
span { border-color: #B56717; }
span { border-color: rgb(181,103,23); }
td.TdClassName
{
border-color: #B56717;
}
.TagClassName
{
border-color: #B56717;
}
</style>