Shades of Pirate Gold #BD7C2D
Tints of Pirate Gold #BD7C2D
RGB
CMYK
RGB Variations
Color information
#BD7C2D (or 0xBD7C2D) is known color: Pirate Gold. HEX triplet: BD, 7C and 2D. RGB value is (189,124,45). Sum of RGB (Red+Green+Blue) = 189+124+45=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C2D is #4283D2. Grayscale: #868686. Windows color (decimal): -4359123 or 2981053. OLE color: 2981053.
HSL color Cylindrical-coordinate representation of color #BD7C2D: hue angle of 32.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD7C2D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 45 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.26 |
| HSL | 32.92º | 0.62% | 0.46% | - |
| HSV(B) | 32.92º | 0.76% | 0.74% | - |
| XYZ | 28.67 | 25.42 | 5.88 | - |
| YUV | 134.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 45 | 0 | 0.34 | 0.76 | 0.26 | 32.92 | 0.62 | 0.46 |
| Hex | BD | 7C | 2D | 0 | 22 | 4C | 1A | 21 | 3E | 2E |
| Octal | 275 | 174 | 55 | 0 | 42 | 114 | 32 | 41 | 76 | 56 |
| Binary | 10111101 | 1111100 | 101101 | 0 | 100010 | 1001100 | 11010 | 100001 | 111110 | 101110 |
Color Harmonies of #BD7C2D
Complementary color
Monochromatic Colors of #BD7C2D
Black with #BD7C2D
Text Example
Text Example
White with #BD7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C2D; }
p { color: rgb(189,124,45); }
H1.HeaderClassName
{
color: #BD7C2D;
}
.AnyTagClassName
{
color: #BD7C2D;
}
</style>
background-color css
<style>
a { background-color: #BD7C2D; }
a { background-color: rgb(189,124,45); }
div.DivClassName
{
background-color: #BD7C2D;
}
.BgClassName
{
background-color: #BD7C2D;
}
</style>
border-color css
<style>
span { border-color: #BD7C2D; }
span { border-color: rgb(189,124,45); }
td.TdClassName
{
border-color: #BD7C2D;
}
.TagClassName
{
border-color: #BD7C2D;
}
</style>