Shades of Pirate Gold #BD7825
Tints of Pirate Gold #BD7825
RGB
CMYK
RGB Variations
Color information
#BD7825 (or 0xBD7825) is known color: Pirate Gold. HEX triplet: BD, 78 and 25. RGB value is (189,120,37). Sum of RGB (Red+Green+Blue) = 189+120+37=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7825 is #4287DA. Grayscale: #838383. Windows color (decimal): -4360155 or 2455741. OLE color: 2455741.
HSL color Cylindrical-coordinate representation of color #BD7825: hue angle of 32.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7825 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 37 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.26 |
| HSL | 32.76º | 0.67% | 0.44% | - |
| HSV(B) | 32.76º | 0.8% | 0.74% | - |
| XYZ | 28.04 | 24.39 | 4.98 | - |
| YUV | 131.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 37 | 0 | 0.37 | 0.80 | 0.26 | 32.76 | 0.67 | 0.44 |
| Hex | BD | 78 | 25 | 0 | 25 | 50 | 1A | 21 | 43 | 2C |
| Octal | 275 | 170 | 45 | 0 | 45 | 120 | 32 | 41 | 103 | 54 |
| Binary | 10111101 | 1111000 | 100101 | 0 | 100101 | 1010000 | 11010 | 100001 | 1000011 | 101100 |
Color Harmonies of #BD7825
Complementary color
Monochromatic Colors of #BD7825
Black with #BD7825
Text Example
Text Example
White with #BD7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7825; }
p { color: rgb(189,120,37); }
H1.HeaderClassName
{
color: #BD7825;
}
.AnyTagClassName
{
color: #BD7825;
}
</style>
background-color css
<style>
a { background-color: #BD7825; }
a { background-color: rgb(189,120,37); }
div.DivClassName
{
background-color: #BD7825;
}
.BgClassName
{
background-color: #BD7825;
}
</style>
border-color css
<style>
span { border-color: #BD7825; }
span { border-color: rgb(189,120,37); }
td.TdClassName
{
border-color: #BD7825;
}
.TagClassName
{
border-color: #BD7825;
}
</style>