Shades of Pirate Gold #BD781D
Tints of Pirate Gold #BD781D
RGB
CMYK
RGB Variations
Color information
#BD781D (or 0xBD781D) is known color: Pirate Gold. HEX triplet: BD, 78 and 1D. RGB value is (189,120,29). Sum of RGB (Red+Green+Blue) = 189+120+29=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD781D is #4287E2. Grayscale: #828282. Windows color (decimal): -4360163 or 1931453. OLE color: 1931453.
HSL color Cylindrical-coordinate representation of color #BD781D: hue angle of 34.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 #BD781D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 29 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.26 |
| HSL | 34.13º | 0.73% | 0.43% | - |
| HSV(B) | 34.13º | 0.85% | 0.74% | - |
| XYZ | 27.92 | 24.34 | 4.39 | - |
| YUV | 130.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 29 | 0 | 0.37 | 0.85 | 0.26 | 34.13 | 0.73 | 0.43 |
| Hex | BD | 78 | 1D | 0 | 25 | 55 | 1A | 22 | 49 | 2B |
| Octal | 275 | 170 | 35 | 0 | 45 | 125 | 32 | 42 | 111 | 53 |
| Binary | 10111101 | 1111000 | 11101 | 0 | 100101 | 1010101 | 11010 | 100010 | 1001001 | 101011 |
Color Harmonies of #BD781D
Complementary color
Monochromatic Colors of #BD781D
Black with #BD781D
Text Example
Text Example
White with #BD781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD781D; }
p { color: rgb(189,120,29); }
H1.HeaderClassName
{
color: #BD781D;
}
.AnyTagClassName
{
color: #BD781D;
}
</style>
background-color css
<style>
a { background-color: #BD781D; }
a { background-color: rgb(189,120,29); }
div.DivClassName
{
background-color: #BD781D;
}
.BgClassName
{
background-color: #BD781D;
}
</style>
border-color css
<style>
span { border-color: #BD781D; }
span { border-color: rgb(189,120,29); }
td.TdClassName
{
border-color: #BD781D;
}
.TagClassName
{
border-color: #BD781D;
}
</style>