Shades of Pirate Gold #BD7025
Tints of Pirate Gold #BD7025
RGB
CMYK
RGB Variations
Color information
#BD7025 (or 0xBD7025) is known color: Pirate Gold. HEX triplet: BD, 70 and 25. RGB value is (189,112,37). Sum of RGB (Red+Green+Blue) = 189+112+37=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7025 is #428FDA. Grayscale: #7E7E7E. Windows color (decimal): -4362203 or 2453693. OLE color: 2453693.
HSL color Cylindrical-coordinate representation of color #BD7025: hue angle of 29.61º 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 #BD7025 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 37 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.26 |
| HSL | 29.61º | 0.67% | 0.44% | - |
| HSV(B) | 29.61º | 0.8% | 0.74% | - |
| XYZ | 27.11 | 22.54 | 4.67 | - |
| YUV | 126.47 | 77.51 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 37 | 0 | 0.41 | 0.80 | 0.26 | 29.61 | 0.67 | 0.44 |
| Hex | BD | 70 | 25 | 0 | 29 | 50 | 1A | 1E | 43 | 2C |
| Octal | 275 | 160 | 45 | 0 | 51 | 120 | 32 | 36 | 103 | 54 |
| Binary | 10111101 | 1110000 | 100101 | 0 | 101001 | 1010000 | 11010 | 11110 | 1000011 | 101100 |
Color Harmonies of #BD7025
Complementary color
Monochromatic Colors of #BD7025
Black with #BD7025
Text Example
Text Example
White with #BD7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7025; }
p { color: rgb(189,112,37); }
H1.HeaderClassName
{
color: #BD7025;
}
.AnyTagClassName
{
color: #BD7025;
}
</style>
background-color css
<style>
a { background-color: #BD7025; }
a { background-color: rgb(189,112,37); }
div.DivClassName
{
background-color: #BD7025;
}
.BgClassName
{
background-color: #BD7025;
}
</style>
border-color css
<style>
span { border-color: #BD7025; }
span { border-color: rgb(189,112,37); }
td.TdClassName
{
border-color: #BD7025;
}
.TagClassName
{
border-color: #BD7025;
}
</style>