Shades of Pirate Gold #BD711D
Tints of Pirate Gold #BD711D
RGB
CMYK
RGB Variations
Color information
#BD711D (or 0xBD711D) is known color: Pirate Gold. HEX triplet: BD, 71 and 1D. RGB value is (189,113,29). Sum of RGB (Red+Green+Blue) = 189+113+29=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD711D is #428EE2. Grayscale: #7E7E7E. Windows color (decimal): -4361955 or 1929661. OLE color: 1929661.
HSL color Cylindrical-coordinate representation of color #BD711D: hue angle of 31.5º 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 #BD711D is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 29 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.26 |
| HSL | 31.5º | 0.73% | 0.43% | - |
| HSV(B) | 31.5º | 0.85% | 0.74% | - |
| XYZ | 27.11 | 22.72 | 4.12 | - |
| YUV | 126.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 29 | 0 | 0.40 | 0.85 | 0.26 | 31.5 | 0.73 | 0.43 |
| Hex | BD | 71 | 1D | 0 | 28 | 55 | 1A | 1F | 49 | 2B |
| Octal | 275 | 161 | 35 | 0 | 50 | 125 | 32 | 37 | 111 | 53 |
| Binary | 10111101 | 1110001 | 11101 | 0 | 101000 | 1010101 | 11010 | 11111 | 1001001 | 101011 |
Color Harmonies of #BD711D
Complementary color
Monochromatic Colors of #BD711D
Black with #BD711D
Text Example
Text Example
White with #BD711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD711D; }
p { color: rgb(189,113,29); }
H1.HeaderClassName
{
color: #BD711D;
}
.AnyTagClassName
{
color: #BD711D;
}
</style>
background-color css
<style>
a { background-color: #BD711D; }
a { background-color: rgb(189,113,29); }
div.DivClassName
{
background-color: #BD711D;
}
.BgClassName
{
background-color: #BD711D;
}
</style>
border-color css
<style>
span { border-color: #BD711D; }
span { border-color: rgb(189,113,29); }
td.TdClassName
{
border-color: #BD711D;
}
.TagClassName
{
border-color: #BD711D;
}
</style>