Shades of Pirate Gold #B76713
Tints of Pirate Gold #B76713
RGB
CMYK
RGB Variations
Color information
#B76713 (or 0xB76713) is known color: Pirate Gold. HEX triplet: B7, 67 and 13. RGB value is (183,103,19). Sum of RGB (Red+Green+Blue) = 183+103+19=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76713 is #4898EC. Grayscale: #757575. Windows color (decimal): -4757741 or 1271735. OLE color: 1271735.
HSL color Cylindrical-coordinate representation of color #B76713: hue angle of 30.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76713 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 19 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.28 |
| HSL | 30.73º | 0.81% | 0.4% | - |
| HSV(B) | 30.73º | 0.9% | 0.72% | - |
| XYZ | 24.5 | 19.81 | 3.15 | - |
| YUV | 117.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 19 | 0 | 0.44 | 0.90 | 0.28 | 30.73 | 0.81 | 0.4 |
| Hex | B7 | 67 | 13 | 0 | 2C | 5A | 1C | 1F | 51 | 28 |
| Octal | 267 | 147 | 23 | 0 | 54 | 132 | 34 | 37 | 121 | 50 |
| Binary | 10110111 | 1100111 | 10011 | 0 | 101100 | 1011010 | 11100 | 11111 | 1010001 | 101000 |
Color Harmonies of #B76713
Complementary color
Monochromatic Colors of #B76713
Black with #B76713
Text Example
Text Example
White with #B76713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76713; }
p { color: rgb(183,103,19); }
H1.HeaderClassName
{
color: #B76713;
}
.AnyTagClassName
{
color: #B76713;
}
</style>
background-color css
<style>
a { background-color: #B76713; }
a { background-color: rgb(183,103,19); }
div.DivClassName
{
background-color: #B76713;
}
.BgClassName
{
background-color: #B76713;
}
</style>
border-color css
<style>
span { border-color: #B76713; }
span { border-color: rgb(183,103,19); }
td.TdClassName
{
border-color: #B76713;
}
.TagClassName
{
border-color: #B76713;
}
</style>