Shades of Pirate Gold #B97325
Tints of Pirate Gold #B97325
RGB
CMYK
RGB Variations
Color information
#B97325 (or 0xB97325) is known color: Pirate Gold. HEX triplet: B9, 73 and 25. RGB value is (185,115,37). Sum of RGB (Red+Green+Blue) = 185+115+37=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B97325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97325 is #468CDA. Grayscale: #7F7F7F. Windows color (decimal): -4623579 or 2454457. OLE color: 2454457.
HSL color Cylindrical-coordinate representation of color #B97325: hue angle of 31.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B97325 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 37 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.27 |
| HSL | 31.62º | 0.67% | 0.44% | - |
| HSV(B) | 31.62º | 0.8% | 0.73% | - |
| XYZ | 26.47 | 22.71 | 4.74 | - |
| YUV | 127.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 37 | 0 | 0.38 | 0.80 | 0.27 | 31.62 | 0.67 | 0.44 |
| Hex | B9 | 73 | 25 | 0 | 26 | 50 | 1B | 20 | 43 | 2C |
| Octal | 271 | 163 | 45 | 0 | 46 | 120 | 33 | 40 | 103 | 54 |
| Binary | 10111001 | 1110011 | 100101 | 0 | 100110 | 1010000 | 11011 | 100000 | 1000011 | 101100 |
Color Harmonies of #B97325
Complementary color
Monochromatic Colors of #B97325
Black with #B97325
Text Example
Text Example
White with #B97325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97325; }
p { color: rgb(185,115,37); }
H1.HeaderClassName
{
color: #B97325;
}
.AnyTagClassName
{
color: #B97325;
}
</style>
background-color css
<style>
a { background-color: #B97325; }
a { background-color: rgb(185,115,37); }
div.DivClassName
{
background-color: #B97325;
}
.BgClassName
{
background-color: #B97325;
}
</style>
border-color css
<style>
span { border-color: #B97325; }
span { border-color: rgb(185,115,37); }
td.TdClassName
{
border-color: #B97325;
}
.TagClassName
{
border-color: #B97325;
}
</style>