Shades of Pirate Gold #BD7D19
Tints of Pirate Gold #BD7D19
RGB
CMYK
RGB Variations
Color information
#BD7D19 (or 0xBD7D19) is known color: Pirate Gold. HEX triplet: BD, 7D and 19. RGB value is (189,125,25). Sum of RGB (Red+Green+Blue) = 189+125+25=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7D19 is #4282E6. Grayscale: #858585. Windows color (decimal): -4358887 or 1670589. OLE color: 1670589.
HSL color Cylindrical-coordinate representation of color #BD7D19: hue angle of 36.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD7D19 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 25 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.26 |
| HSL | 36.59º | 0.77% | 0.42% | - |
| HSV(B) | 36.59º | 0.87% | 0.74% | - |
| XYZ | 28.5 | 25.56 | 4.35 | - |
| YUV | 132.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 25 | 0 | 0.34 | 0.87 | 0.26 | 36.59 | 0.77 | 0.42 |
| Hex | BD | 7D | 19 | 0 | 22 | 57 | 1A | 25 | 4D | 2A |
| Octal | 275 | 175 | 31 | 0 | 42 | 127 | 32 | 45 | 115 | 52 |
| Binary | 10111101 | 1111101 | 11001 | 0 | 100010 | 1010111 | 11010 | 100101 | 1001101 | 101010 |
Color Harmonies of #BD7D19
Complementary color
Monochromatic Colors of #BD7D19
Black with #BD7D19
Text Example
Text Example
White with #BD7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D19; }
p { color: rgb(189,125,25); }
H1.HeaderClassName
{
color: #BD7D19;
}
.AnyTagClassName
{
color: #BD7D19;
}
</style>
background-color css
<style>
a { background-color: #BD7D19; }
a { background-color: rgb(189,125,25); }
div.DivClassName
{
background-color: #BD7D19;
}
.BgClassName
{
background-color: #BD7D19;
}
</style>
border-color css
<style>
span { border-color: #BD7D19; }
span { border-color: rgb(189,125,25); }
td.TdClassName
{
border-color: #BD7D19;
}
.TagClassName
{
border-color: #BD7D19;
}
</style>