Shades of Pirate Gold #B87D25
Tints of Pirate Gold #B87D25
RGB
CMYK
RGB Variations
Color information
#B87D25 (or 0xB87D25) is known color: Pirate Gold. HEX triplet: B8, 7D and 25. RGB value is (184,125,37). Sum of RGB (Red+Green+Blue) = 184+125+37=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D25 is #4782DA. Grayscale: #858585. Windows color (decimal): -4686555 or 2457016. OLE color: 2457016.
HSL color Cylindrical-coordinate representation of color #B87D25: hue angle of 35.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B87D25 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 37 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.28 |
| HSL | 35.92º | 0.67% | 0.43% | - |
| HSV(B) | 35.92º | 0.8% | 0.72% | - |
| XYZ | 27.43 | 24.99 | 5.13 | - |
| YUV | 132.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 37 | 0 | 0.32 | 0.80 | 0.28 | 35.92 | 0.67 | 0.43 |
| Hex | B8 | 7D | 25 | 0 | 20 | 50 | 1C | 24 | 43 | 2B |
| Octal | 270 | 175 | 45 | 0 | 40 | 120 | 34 | 44 | 103 | 53 |
| Binary | 10111000 | 1111101 | 100101 | 0 | 100000 | 1010000 | 11100 | 100100 | 1000011 | 101011 |
Color Harmonies of #B87D25
Complementary color
Monochromatic Colors of #B87D25
Black with #B87D25
Text Example
Text Example
White with #B87D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D25; }
p { color: rgb(184,125,37); }
H1.HeaderClassName
{
color: #B87D25;
}
.AnyTagClassName
{
color: #B87D25;
}
</style>
background-color css
<style>
a { background-color: #B87D25; }
a { background-color: rgb(184,125,37); }
div.DivClassName
{
background-color: #B87D25;
}
.BgClassName
{
background-color: #B87D25;
}
</style>
border-color css
<style>
span { border-color: #B87D25; }
span { border-color: rgb(184,125,37); }
td.TdClassName
{
border-color: #B87D25;
}
.TagClassName
{
border-color: #B87D25;
}
</style>