Shades of Pirate Gold #B97529
Tints of Pirate Gold #B97529
RGB
CMYK
RGB Variations
Color information
#B97529 (or 0xB97529) is known color: Pirate Gold. HEX triplet: B9, 75 and 29. RGB value is (185,117,41). Sum of RGB (Red+Green+Blue) = 185+117+41=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B97529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97529 is #468AD6. Grayscale: #818181. Windows color (decimal): -4623063 or 2717113. OLE color: 2717113.
HSL color Cylindrical-coordinate representation of color #B97529: hue angle of 31.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B97529 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 41 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.27 |
| HSL | 31.67º | 0.64% | 0.44% | - |
| HSV(B) | 31.67º | 0.78% | 0.73% | - |
| XYZ | 26.77 | 23.2 | 5.16 | - |
| YUV | 128.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 41 | 0 | 0.37 | 0.78 | 0.27 | 31.67 | 0.64 | 0.44 |
| Hex | B9 | 75 | 29 | 0 | 25 | 4E | 1B | 20 | 40 | 2C |
| Octal | 271 | 165 | 51 | 0 | 45 | 116 | 33 | 40 | 100 | 54 |
| Binary | 10111001 | 1110101 | 101001 | 0 | 100101 | 1001110 | 11011 | 100000 | 1000000 | 101100 |
Color Harmonies of #B97529
Complementary color
Monochromatic Colors of #B97529
Black with #B97529
Text Example
Text Example
White with #B97529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97529; }
p { color: rgb(185,117,41); }
H1.HeaderClassName
{
color: #B97529;
}
.AnyTagClassName
{
color: #B97529;
}
</style>
background-color css
<style>
a { background-color: #B97529; }
a { background-color: rgb(185,117,41); }
div.DivClassName
{
background-color: #B97529;
}
.BgClassName
{
background-color: #B97529;
}
</style>
border-color css
<style>
span { border-color: #B97529; }
span { border-color: rgb(185,117,41); }
td.TdClassName
{
border-color: #B97529;
}
.TagClassName
{
border-color: #B97529;
}
</style>