Shades of Pirate Gold #BD701D
Tints of Pirate Gold #BD701D
RGB
CMYK
RGB Variations
Color information
#BD701D (or 0xBD701D) is known color: Pirate Gold. HEX triplet: BD, 70 and 1D. RGB value is (189,112,29). Sum of RGB (Red+Green+Blue) = 189+112+29=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD701D is #428FE2. Grayscale: #7D7D7D. Windows color (decimal): -4362211 or 1929405. OLE color: 1929405.
HSL color Cylindrical-coordinate representation of color #BD701D: hue angle of 31.12º 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 #BD701D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 29 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.26 |
| HSL | 31.13º | 0.73% | 0.43% | - |
| HSV(B) | 31.13º | 0.85% | 0.74% | - |
| XYZ | 27 | 22.5 | 4.08 | - |
| YUV | 125.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 29 | 0 | 0.41 | 0.85 | 0.26 | 31.13 | 0.73 | 0.43 |
| Hex | BD | 70 | 1D | 0 | 29 | 55 | 1A | 1F | 49 | 2B |
| Octal | 275 | 160 | 35 | 0 | 51 | 125 | 32 | 37 | 111 | 53 |
| Binary | 10111101 | 1110000 | 11101 | 0 | 101001 | 1010101 | 11010 | 11111 | 1001001 | 101011 |
Color Harmonies of #BD701D
Complementary color
Monochromatic Colors of #BD701D
Black with #BD701D
Text Example
Text Example
White with #BD701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD701D; }
p { color: rgb(189,112,29); }
H1.HeaderClassName
{
color: #BD701D;
}
.AnyTagClassName
{
color: #BD701D;
}
</style>
background-color css
<style>
a { background-color: #BD701D; }
a { background-color: rgb(189,112,29); }
div.DivClassName
{
background-color: #BD701D;
}
.BgClassName
{
background-color: #BD701D;
}
</style>
border-color css
<style>
span { border-color: #BD701D; }
span { border-color: rgb(189,112,29); }
td.TdClassName
{
border-color: #BD701D;
}
.TagClassName
{
border-color: #BD701D;
}
</style>