Shades of Pirate Gold #BD7624
Tints of Pirate Gold #BD7624
RGB
CMYK
RGB Variations
Color information
#BD7624 (or 0xBD7624) is known color: Pirate Gold. HEX triplet: BD, 76 and 24. RGB value is (189,118,36). Sum of RGB (Red+Green+Blue) = 189+118+36=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7624 is #4289DB. Grayscale: #828282. Windows color (decimal): -4360668 or 2389693. OLE color: 2389693.
HSL color Cylindrical-coordinate representation of color #BD7624: hue angle of 32.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD7624 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 36 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.26 |
| HSL | 32.16º | 0.68% | 0.44% | - |
| HSV(B) | 32.16º | 0.81% | 0.74% | - |
| XYZ | 27.78 | 23.9 | 4.82 | - |
| YUV | 129.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 36 | 0 | 0.38 | 0.81 | 0.26 | 32.16 | 0.68 | 0.44 |
| Hex | BD | 76 | 24 | 0 | 26 | 51 | 1A | 20 | 44 | 2C |
| Octal | 275 | 166 | 44 | 0 | 46 | 121 | 32 | 40 | 104 | 54 |
| Binary | 10111101 | 1110110 | 100100 | 0 | 100110 | 1010001 | 11010 | 100000 | 1000100 | 101100 |
Color Harmonies of #BD7624
Complementary color
Monochromatic Colors of #BD7624
Black with #BD7624
Text Example
Text Example
White with #BD7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7624; }
p { color: rgb(189,118,36); }
H1.HeaderClassName
{
color: #BD7624;
}
.AnyTagClassName
{
color: #BD7624;
}
</style>
background-color css
<style>
a { background-color: #BD7624; }
a { background-color: rgb(189,118,36); }
div.DivClassName
{
background-color: #BD7624;
}
.BgClassName
{
background-color: #BD7624;
}
</style>
border-color css
<style>
span { border-color: #BD7624; }
span { border-color: rgb(189,118,36); }
td.TdClassName
{
border-color: #BD7624;
}
.TagClassName
{
border-color: #BD7624;
}
</style>