Shades of Pirate Gold #BD7A1D
Tints of Pirate Gold #BD7A1D
RGB
CMYK
RGB Variations
Color information
#BD7A1D (or 0xBD7A1D) is known color: Pirate Gold. HEX triplet: BD, 7A and 1D. RGB value is (189,122,29). Sum of RGB (Red+Green+Blue) = 189+122+29=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A1D is #4285E2. Grayscale: #838383. Windows color (decimal): -4359651 or 1931965. OLE color: 1931965.
HSL color Cylindrical-coordinate representation of color #BD7A1D: hue angle of 34.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD7A1D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 29 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.26 |
| HSL | 34.88º | 0.73% | 0.43% | - |
| HSV(B) | 34.88º | 0.85% | 0.74% | - |
| XYZ | 28.17 | 24.83 | 4.47 | - |
| YUV | 131.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 29 | 0 | 0.35 | 0.85 | 0.26 | 34.88 | 0.73 | 0.43 |
| Hex | BD | 7A | 1D | 0 | 23 | 55 | 1A | 23 | 49 | 2B |
| Octal | 275 | 172 | 35 | 0 | 43 | 125 | 32 | 43 | 111 | 53 |
| Binary | 10111101 | 1111010 | 11101 | 0 | 100011 | 1010101 | 11010 | 100011 | 1001001 | 101011 |
Color Harmonies of #BD7A1D
Complementary color
Monochromatic Colors of #BD7A1D
Black with #BD7A1D
Text Example
Text Example
White with #BD7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A1D; }
p { color: rgb(189,122,29); }
H1.HeaderClassName
{
color: #BD7A1D;
}
.AnyTagClassName
{
color: #BD7A1D;
}
</style>
background-color css
<style>
a { background-color: #BD7A1D; }
a { background-color: rgb(189,122,29); }
div.DivClassName
{
background-color: #BD7A1D;
}
.BgClassName
{
background-color: #BD7A1D;
}
</style>
border-color css
<style>
span { border-color: #BD7A1D; }
span { border-color: rgb(189,122,29); }
td.TdClassName
{
border-color: #BD7A1D;
}
.TagClassName
{
border-color: #BD7A1D;
}
</style>