Shades of Pirate Gold #B9711D
Tints of Pirate Gold #B9711D
RGB
CMYK
RGB Variations
Color information
#B9711D (or 0xB9711D) is known color: Pirate Gold. HEX triplet: B9, 71 and 1D. RGB value is (185,113,29). Sum of RGB (Red+Green+Blue) = 185+113+29=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9711D is #468EE2. Grayscale: #7D7D7D. Windows color (decimal): -4624099 or 1929657. OLE color: 1929657.
HSL color Cylindrical-coordinate representation of color #B9711D: hue angle of 32.31º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9711D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 29 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.27 |
| HSL | 32.31º | 0.73% | 0.42% | - |
| HSV(B) | 32.31º | 0.84% | 0.73% | - |
| XYZ | 26.13 | 22.21 | 4.07 | - |
| YUV | 124.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 29 | 0 | 0.39 | 0.84 | 0.27 | 32.31 | 0.73 | 0.42 |
| Hex | B9 | 71 | 1D | 0 | 27 | 54 | 1B | 20 | 49 | 2A |
| Octal | 271 | 161 | 35 | 0 | 47 | 124 | 33 | 40 | 111 | 52 |
| Binary | 10111001 | 1110001 | 11101 | 0 | 100111 | 1010100 | 11011 | 100000 | 1001001 | 101010 |
Color Harmonies of #B9711D
Complementary color
Monochromatic Colors of #B9711D
Black with #B9711D
Text Example
Text Example
White with #B9711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9711D; }
p { color: rgb(185,113,29); }
H1.HeaderClassName
{
color: #B9711D;
}
.AnyTagClassName
{
color: #B9711D;
}
</style>
background-color css
<style>
a { background-color: #B9711D; }
a { background-color: rgb(185,113,29); }
div.DivClassName
{
background-color: #B9711D;
}
.BgClassName
{
background-color: #B9711D;
}
</style>
border-color css
<style>
span { border-color: #B9711D; }
span { border-color: rgb(185,113,29); }
td.TdClassName
{
border-color: #B9711D;
}
.TagClassName
{
border-color: #B9711D;
}
</style>