Shades of Pirate Gold #BD7617
Tints of Pirate Gold #BD7617
RGB
CMYK
RGB Variations
Color information
#BD7617 (or 0xBD7617) is known color: Pirate Gold. HEX triplet: BD, 76 and 17. RGB value is (189,118,23). Sum of RGB (Red+Green+Blue) = 189+118+23=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7617 is #4289E8. Grayscale: #808080. Windows color (decimal): -4360681 or 1537725. OLE color: 1537725.
HSL color Cylindrical-coordinate representation of color #BD7617: hue angle of 34.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7617 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.26 |
| HSL | 34.34º | 0.78% | 0.42% | - |
| HSV(B) | 34.34º | 0.88% | 0.74% | - |
| XYZ | 27.62 | 23.84 | 3.96 | - |
| YUV | 128.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 23 | 0 | 0.38 | 0.88 | 0.26 | 34.34 | 0.78 | 0.42 |
| Hex | BD | 76 | 17 | 0 | 26 | 58 | 1A | 22 | 4E | 2A |
| Octal | 275 | 166 | 27 | 0 | 46 | 130 | 32 | 42 | 116 | 52 |
| Binary | 10111101 | 1110110 | 10111 | 0 | 100110 | 1011000 | 11010 | 100010 | 1001110 | 101010 |
Color Harmonies of #BD7617
Complementary color
Monochromatic Colors of #BD7617
Black with #BD7617
Text Example
Text Example
White with #BD7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7617; }
p { color: rgb(189,118,23); }
H1.HeaderClassName
{
color: #BD7617;
}
.AnyTagClassName
{
color: #BD7617;
}
</style>
background-color css
<style>
a { background-color: #BD7617; }
a { background-color: rgb(189,118,23); }
div.DivClassName
{
background-color: #BD7617;
}
.BgClassName
{
background-color: #BD7617;
}
</style>
border-color css
<style>
span { border-color: #BD7617; }
span { border-color: rgb(189,118,23); }
td.TdClassName
{
border-color: #BD7617;
}
.TagClassName
{
border-color: #BD7617;
}
</style>