Shades of Pirate Gold #BD7325
Tints of Pirate Gold #BD7325
RGB
CMYK
RGB Variations
Color information
#BD7325 (or 0xBD7325) is known color: Pirate Gold. HEX triplet: BD, 73 and 25. RGB value is (189,115,37). Sum of RGB (Red+Green+Blue) = 189+115+37=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7325 is #428CDA. Grayscale: #808080. Windows color (decimal): -4361435 or 2454461. OLE color: 2454461.
HSL color Cylindrical-coordinate representation of color #BD7325: hue angle of 30.79º 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 #BD7325 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 37 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.26 |
| HSL | 30.79º | 0.67% | 0.44% | - |
| HSV(B) | 30.79º | 0.8% | 0.74% | - |
| XYZ | 27.45 | 23.21 | 4.78 | - |
| YUV | 128.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 37 | 0 | 0.39 | 0.80 | 0.26 | 30.79 | 0.67 | 0.44 |
| Hex | BD | 73 | 25 | 0 | 27 | 50 | 1A | 1F | 43 | 2C |
| Octal | 275 | 163 | 45 | 0 | 47 | 120 | 32 | 37 | 103 | 54 |
| Binary | 10111101 | 1110011 | 100101 | 0 | 100111 | 1010000 | 11010 | 11111 | 1000011 | 101100 |
Color Harmonies of #BD7325
Complementary color
Monochromatic Colors of #BD7325
Black with #BD7325
Text Example
Text Example
White with #BD7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7325; }
p { color: rgb(189,115,37); }
H1.HeaderClassName
{
color: #BD7325;
}
.AnyTagClassName
{
color: #BD7325;
}
</style>
background-color css
<style>
a { background-color: #BD7325; }
a { background-color: rgb(189,115,37); }
div.DivClassName
{
background-color: #BD7325;
}
.BgClassName
{
background-color: #BD7325;
}
</style>
border-color css
<style>
span { border-color: #BD7325; }
span { border-color: rgb(189,115,37); }
td.TdClassName
{
border-color: #BD7325;
}
.TagClassName
{
border-color: #BD7325;
}
</style>