Shades of Pirate Gold #BD782B
Tints of Pirate Gold #BD782B
RGB
CMYK
RGB Variations
Color information
#BD782B (or 0xBD782B) is known color: Pirate Gold. HEX triplet: BD, 78 and 2B. RGB value is (189,120,43). Sum of RGB (Red+Green+Blue) = 189+120+43=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD782B is #4287D4. Grayscale: #848484. Windows color (decimal): -4360149 or 2848957. OLE color: 2848957.
HSL color Cylindrical-coordinate representation of color #BD782B: hue angle of 31.64º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD782B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 43 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.26 |
| HSL | 31.64º | 0.63% | 0.45% | - |
| HSV(B) | 31.64º | 0.77% | 0.74% | - |
| XYZ | 28.14 | 24.43 | 5.52 | - |
| YUV | 131.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 43 | 0 | 0.37 | 0.77 | 0.26 | 31.64 | 0.63 | 0.45 |
| Hex | BD | 78 | 2B | 0 | 25 | 4D | 1A | 20 | 3F | 2D |
| Octal | 275 | 170 | 53 | 0 | 45 | 115 | 32 | 40 | 77 | 55 |
| Binary | 10111101 | 1111000 | 101011 | 0 | 100101 | 1001101 | 11010 | 100000 | 111111 | 101101 |
Color Harmonies of #BD782B
Complementary color
Monochromatic Colors of #BD782B
Black with #BD782B
Text Example
Text Example
White with #BD782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD782B; }
p { color: rgb(189,120,43); }
H1.HeaderClassName
{
color: #BD782B;
}
.AnyTagClassName
{
color: #BD782B;
}
</style>
background-color css
<style>
a { background-color: #BD782B; }
a { background-color: rgb(189,120,43); }
div.DivClassName
{
background-color: #BD782B;
}
.BgClassName
{
background-color: #BD782B;
}
</style>
border-color css
<style>
span { border-color: #BD782B; }
span { border-color: rgb(189,120,43); }
td.TdClassName
{
border-color: #BD782B;
}
.TagClassName
{
border-color: #BD782B;
}
</style>