Shades of Pirate Gold #BD7D21
Tints of Pirate Gold #BD7D21
RGB
CMYK
RGB Variations
Color information
#BD7D21 (or 0xBD7D21) is known color: Pirate Gold. HEX triplet: BD, 7D and 21. RGB value is (189,125,33). Sum of RGB (Red+Green+Blue) = 189+125+33=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D21 is #4282DE. Grayscale: #868686. Windows color (decimal): -4358879 or 2194877. OLE color: 2194877.
HSL color Cylindrical-coordinate representation of color #BD7D21: hue angle of 35.38º 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 #BD7D21 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 33 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.26 |
| HSL | 35.38º | 0.7% | 0.44% | - |
| HSV(B) | 35.38º | 0.83% | 0.74% | - |
| XYZ | 28.59 | 25.6 | 4.87 | - |
| YUV | 133.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 33 | 0 | 0.34 | 0.83 | 0.26 | 35.38 | 0.7 | 0.44 |
| Hex | BD | 7D | 21 | 0 | 22 | 53 | 1A | 23 | 46 | 2C |
| Octal | 275 | 175 | 41 | 0 | 42 | 123 | 32 | 43 | 106 | 54 |
| Binary | 10111101 | 1111101 | 100001 | 0 | 100010 | 1010011 | 11010 | 100011 | 1000110 | 101100 |
Color Harmonies of #BD7D21
Complementary color
Monochromatic Colors of #BD7D21
Black with #BD7D21
Text Example
Text Example
White with #BD7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D21; }
p { color: rgb(189,125,33); }
H1.HeaderClassName
{
color: #BD7D21;
}
.AnyTagClassName
{
color: #BD7D21;
}
</style>
background-color css
<style>
a { background-color: #BD7D21; }
a { background-color: rgb(189,125,33); }
div.DivClassName
{
background-color: #BD7D21;
}
.BgClassName
{
background-color: #BD7D21;
}
</style>
border-color css
<style>
span { border-color: #BD7D21; }
span { border-color: rgb(189,125,33); }
td.TdClassName
{
border-color: #BD7D21;
}
.TagClassName
{
border-color: #BD7D21;
}
</style>