Shades of Pirate Gold #BD7521
Tints of Pirate Gold #BD7521
RGB
CMYK
RGB Variations
Color information
#BD7521 (or 0xBD7521) is known color: Pirate Gold. HEX triplet: BD, 75 and 21. RGB value is (189,117,33). Sum of RGB (Red+Green+Blue) = 189+117+33=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7521 is #428ADE. Grayscale: #818181. Windows color (decimal): -4360927 or 2192829. OLE color: 2192829.
HSL color Cylindrical-coordinate representation of color #BD7521: hue angle of 32.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD7521 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 33 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.26 |
| HSL | 32.31º | 0.7% | 0.44% | - |
| HSV(B) | 32.31º | 0.83% | 0.74% | - |
| XYZ | 27.62 | 23.65 | 4.55 | - |
| YUV | 128.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 33 | 0 | 0.38 | 0.83 | 0.26 | 32.31 | 0.7 | 0.44 |
| Hex | BD | 75 | 21 | 0 | 26 | 53 | 1A | 20 | 46 | 2C |
| Octal | 275 | 165 | 41 | 0 | 46 | 123 | 32 | 40 | 106 | 54 |
| Binary | 10111101 | 1110101 | 100001 | 0 | 100110 | 1010011 | 11010 | 100000 | 1000110 | 101100 |
Color Harmonies of #BD7521
Complementary color
Monochromatic Colors of #BD7521
Black with #BD7521
Text Example
Text Example
White with #BD7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7521; }
p { color: rgb(189,117,33); }
H1.HeaderClassName
{
color: #BD7521;
}
.AnyTagClassName
{
color: #BD7521;
}
</style>
background-color css
<style>
a { background-color: #BD7521; }
a { background-color: rgb(189,117,33); }
div.DivClassName
{
background-color: #BD7521;
}
.BgClassName
{
background-color: #BD7521;
}
</style>
border-color css
<style>
span { border-color: #BD7521; }
span { border-color: rgb(189,117,33); }
td.TdClassName
{
border-color: #BD7521;
}
.TagClassName
{
border-color: #BD7521;
}
</style>