Shades of Pirate Gold #BD7424
Tints of Pirate Gold #BD7424
RGB
CMYK
RGB Variations
Color information
#BD7424 (or 0xBD7424) is known color: Pirate Gold. HEX triplet: BD, 74 and 24. RGB value is (189,116,36). Sum of RGB (Red+Green+Blue) = 189+116+36=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7424 is #428BDB. Grayscale: #818181. Windows color (decimal): -4361180 or 2389181. OLE color: 2389181.
HSL color Cylindrical-coordinate representation of color #BD7424: hue angle of 31.37º 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 #BD7424 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 36 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.26 |
| HSL | 31.37º | 0.68% | 0.44% | - |
| HSV(B) | 31.37º | 0.81% | 0.74% | - |
| XYZ | 27.55 | 23.44 | 4.74 | - |
| YUV | 128.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 36 | 0 | 0.39 | 0.81 | 0.26 | 31.37 | 0.68 | 0.44 |
| Hex | BD | 74 | 24 | 0 | 27 | 51 | 1A | 1F | 44 | 2C |
| Octal | 275 | 164 | 44 | 0 | 47 | 121 | 32 | 37 | 104 | 54 |
| Binary | 10111101 | 1110100 | 100100 | 0 | 100111 | 1010001 | 11010 | 11111 | 1000100 | 101100 |
Color Harmonies of #BD7424
Complementary color
Monochromatic Colors of #BD7424
Black with #BD7424
Text Example
Text Example
White with #BD7424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7424; }
p { color: rgb(189,116,36); }
H1.HeaderClassName
{
color: #BD7424;
}
.AnyTagClassName
{
color: #BD7424;
}
</style>
background-color css
<style>
a { background-color: #BD7424; }
a { background-color: rgb(189,116,36); }
div.DivClassName
{
background-color: #BD7424;
}
.BgClassName
{
background-color: #BD7424;
}
</style>
border-color css
<style>
span { border-color: #BD7424; }
span { border-color: rgb(189,116,36); }
td.TdClassName
{
border-color: #BD7424;
}
.TagClassName
{
border-color: #BD7424;
}
</style>