Shades of Pirate Gold #B56713
Tints of Pirate Gold #B56713
RGB
CMYK
RGB Variations
Color information
#B56713 (or 0xB56713) is known color: Pirate Gold. HEX triplet: B5, 67 and 13. RGB value is (181,103,19). Sum of RGB (Red+Green+Blue) = 181+103+19=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56713 is #4A98EC. Grayscale: #757575. Windows color (decimal): -4888813 or 1271733. OLE color: 1271733.
HSL color Cylindrical-coordinate representation of color #B56713: hue angle of 31.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56713 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.29 |
| HSL | 31.11º | 0.81% | 0.39% | - |
| HSV(B) | 31.11º | 0.9% | 0.71% | - |
| XYZ | 24.02 | 19.57 | 3.13 | - |
| YUV | 116.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 19 | 0 | 0.43 | 0.90 | 0.29 | 31.11 | 0.81 | 0.39 |
| Hex | B5 | 67 | 13 | 0 | 2B | 5A | 1D | 1F | 51 | 27 |
| Octal | 265 | 147 | 23 | 0 | 53 | 132 | 35 | 37 | 121 | 47 |
| Binary | 10110101 | 1100111 | 10011 | 0 | 101011 | 1011010 | 11101 | 11111 | 1010001 | 100111 |
Color Harmonies of #B56713
Complementary color
Monochromatic Colors of #B56713
Black with #B56713
Text Example
Text Example
White with #B56713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56713; }
p { color: rgb(181,103,19); }
H1.HeaderClassName
{
color: #B56713;
}
.AnyTagClassName
{
color: #B56713;
}
</style>
background-color css
<style>
a { background-color: #B56713; }
a { background-color: rgb(181,103,19); }
div.DivClassName
{
background-color: #B56713;
}
.BgClassName
{
background-color: #B56713;
}
</style>
border-color css
<style>
span { border-color: #B56713; }
span { border-color: rgb(181,103,19); }
td.TdClassName
{
border-color: #B56713;
}
.TagClassName
{
border-color: #B56713;
}
</style>