Shades of Pirate Gold #BD711E
Tints of Pirate Gold #BD711E
RGB
CMYK
RGB Variations
Color information
#BD711E (or 0xBD711E) is known color: Pirate Gold. HEX triplet: BD, 71 and 1E. RGB value is (189,113,30). Sum of RGB (Red+Green+Blue) = 189+113+30=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD711E is #428EE1. Grayscale: #7E7E7E. Windows color (decimal): -4361954 or 1995197. OLE color: 1995197.
HSL color Cylindrical-coordinate representation of color #BD711E: hue angle of 31.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD711E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 30 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.26 |
| HSL | 31.32º | 0.73% | 0.43% | - |
| HSV(B) | 31.32º | 0.84% | 0.74% | - |
| XYZ | 27.13 | 22.72 | 4.18 | - |
| YUV | 126.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 30 | 0 | 0.40 | 0.84 | 0.26 | 31.32 | 0.73 | 0.43 |
| Hex | BD | 71 | 1E | 0 | 28 | 54 | 1A | 1F | 49 | 2B |
| Octal | 275 | 161 | 36 | 0 | 50 | 124 | 32 | 37 | 111 | 53 |
| Binary | 10111101 | 1110001 | 11110 | 0 | 101000 | 1010100 | 11010 | 11111 | 1001001 | 101011 |
Color Harmonies of #BD711E
Complementary color
Monochromatic Colors of #BD711E
Black with #BD711E
Text Example
Text Example
White with #BD711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD711E; }
p { color: rgb(189,113,30); }
H1.HeaderClassName
{
color: #BD711E;
}
.AnyTagClassName
{
color: #BD711E;
}
</style>
background-color css
<style>
a { background-color: #BD711E; }
a { background-color: rgb(189,113,30); }
div.DivClassName
{
background-color: #BD711E;
}
.BgClassName
{
background-color: #BD711E;
}
</style>
border-color css
<style>
span { border-color: #BD711E; }
span { border-color: rgb(189,113,30); }
td.TdClassName
{
border-color: #BD711E;
}
.TagClassName
{
border-color: #BD711E;
}
</style>