Shades of Pirate Gold #B37525
Tints of Pirate Gold #B37525
RGB
CMYK
RGB Variations
Color information
#B37525 (or 0xB37525) is known color: Pirate Gold. HEX triplet: B3, 75 and 25. RGB value is (179,117,37). Sum of RGB (Red+Green+Blue) = 179+117+37=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B37525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37525 is #4C8ADA. Grayscale: #7E7E7E. Windows color (decimal): -5016283 or 2454963. OLE color: 2454963.
HSL color Cylindrical-coordinate representation of color #B37525: hue angle of 33.8º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B37525 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 37 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.30 |
| HSL | 33.8º | 0.66% | 0.42% | - |
| HSV(B) | 33.8º | 0.79% | 0.7% | - |
| XYZ | 25.29 | 22.44 | 4.75 | - |
| YUV | 126.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 37 | 0 | 0.35 | 0.79 | 0.30 | 33.8 | 0.66 | 0.42 |
| Hex | B3 | 75 | 25 | 0 | 23 | 4F | 1E | 22 | 42 | 2A |
| Octal | 263 | 165 | 45 | 0 | 43 | 117 | 36 | 42 | 102 | 52 |
| Binary | 10110011 | 1110101 | 100101 | 0 | 100011 | 1001111 | 11110 | 100010 | 1000010 | 101010 |
Color Harmonies of #B37525
Complementary color
Monochromatic Colors of #B37525
Black with #B37525
Text Example
Text Example
White with #B37525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37525; }
p { color: rgb(179,117,37); }
H1.HeaderClassName
{
color: #B37525;
}
.AnyTagClassName
{
color: #B37525;
}
</style>
background-color css
<style>
a { background-color: #B37525; }
a { background-color: rgb(179,117,37); }
div.DivClassName
{
background-color: #B37525;
}
.BgClassName
{
background-color: #B37525;
}
</style>
border-color css
<style>
span { border-color: #B37525; }
span { border-color: rgb(179,117,37); }
td.TdClassName
{
border-color: #B37525;
}
.TagClassName
{
border-color: #B37525;
}
</style>