Shades of Pirate Gold #BD7221
Tints of Pirate Gold #BD7221
RGB
CMYK
RGB Variations
Color information
#BD7221 (or 0xBD7221) is known color: Pirate Gold. HEX triplet: BD, 72 and 21. RGB value is (189,114,33). Sum of RGB (Red+Green+Blue) = 189+114+33=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7221 is #428DDE. Grayscale: #7F7F7F. Windows color (decimal): -4361695 or 2192061. OLE color: 2192061.
HSL color Cylindrical-coordinate representation of color #BD7221: hue angle of 31.15º 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 #BD7221 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 33 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.26 |
| HSL | 31.15º | 0.7% | 0.44% | - |
| HSV(B) | 31.15º | 0.83% | 0.74% | - |
| XYZ | 27.28 | 22.96 | 4.43 | - |
| YUV | 127.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 33 | 0 | 0.40 | 0.83 | 0.26 | 31.15 | 0.7 | 0.44 |
| Hex | BD | 72 | 21 | 0 | 28 | 53 | 1A | 1F | 46 | 2C |
| Octal | 275 | 162 | 41 | 0 | 50 | 123 | 32 | 37 | 106 | 54 |
| Binary | 10111101 | 1110010 | 100001 | 0 | 101000 | 1010011 | 11010 | 11111 | 1000110 | 101100 |
Color Harmonies of #BD7221
Complementary color
Monochromatic Colors of #BD7221
Black with #BD7221
Text Example
Text Example
White with #BD7221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7221; }
p { color: rgb(189,114,33); }
H1.HeaderClassName
{
color: #BD7221;
}
.AnyTagClassName
{
color: #BD7221;
}
</style>
background-color css
<style>
a { background-color: #BD7221; }
a { background-color: rgb(189,114,33); }
div.DivClassName
{
background-color: #BD7221;
}
.BgClassName
{
background-color: #BD7221;
}
</style>
border-color css
<style>
span { border-color: #BD7221; }
span { border-color: rgb(189,114,33); }
td.TdClassName
{
border-color: #BD7221;
}
.TagClassName
{
border-color: #BD7221;
}
</style>