Shades of Pirate Gold #BD781F
Tints of Pirate Gold #BD781F
RGB
CMYK
RGB Variations
Color information
#BD781F (or 0xBD781F) is known color: Pirate Gold. HEX triplet: BD, 78 and 1F. RGB value is (189,120,31). Sum of RGB (Red+Green+Blue) = 189+120+31=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD781F is #4287E0. Grayscale: #828282. Windows color (decimal): -4360161 or 2062525. OLE color: 2062525.
HSL color Cylindrical-coordinate representation of color #BD781F: hue angle of 33.8º degrees, saturation: 0.72, 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 #BD781F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 31 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.26 |
| HSL | 33.8º | 0.72% | 0.43% | - |
| HSV(B) | 33.8º | 0.84% | 0.74% | - |
| XYZ | 27.95 | 24.35 | 4.52 | - |
| YUV | 130.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 31 | 0 | 0.37 | 0.84 | 0.26 | 33.8 | 0.72 | 0.43 |
| Hex | BD | 78 | 1F | 0 | 25 | 54 | 1A | 22 | 48 | 2B |
| Octal | 275 | 170 | 37 | 0 | 45 | 124 | 32 | 42 | 110 | 53 |
| Binary | 10111101 | 1111000 | 11111 | 0 | 100101 | 1010100 | 11010 | 100010 | 1001000 | 101011 |
Color Harmonies of #BD781F
Complementary color
Monochromatic Colors of #BD781F
Black with #BD781F
Text Example
Text Example
White with #BD781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD781F; }
p { color: rgb(189,120,31); }
H1.HeaderClassName
{
color: #BD781F;
}
.AnyTagClassName
{
color: #BD781F;
}
</style>
background-color css
<style>
a { background-color: #BD781F; }
a { background-color: rgb(189,120,31); }
div.DivClassName
{
background-color: #BD781F;
}
.BgClassName
{
background-color: #BD781F;
}
</style>
border-color css
<style>
span { border-color: #BD781F; }
span { border-color: rgb(189,120,31); }
td.TdClassName
{
border-color: #BD781F;
}
.TagClassName
{
border-color: #BD781F;
}
</style>