Shades of Pirate Gold #BD7824
Tints of Pirate Gold #BD7824
RGB
CMYK
RGB Variations
Color information
#BD7824 (or 0xBD7824) is known color: Pirate Gold. HEX triplet: BD, 78 and 24. RGB value is (189,120,36). Sum of RGB (Red+Green+Blue) = 189+120+36=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7824 is #4287DB. Grayscale: #838383. Windows color (decimal): -4360156 or 2390205. OLE color: 2390205.
HSL color Cylindrical-coordinate representation of color #BD7824: hue angle of 32.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD7824 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 36 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.26 |
| HSL | 32.94º | 0.68% | 0.44% | - |
| HSV(B) | 32.94º | 0.81% | 0.74% | - |
| XYZ | 28.02 | 24.38 | 4.9 | - |
| YUV | 131.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 36 | 0 | 0.37 | 0.81 | 0.26 | 32.94 | 0.68 | 0.44 |
| Hex | BD | 78 | 24 | 0 | 25 | 51 | 1A | 21 | 44 | 2C |
| Octal | 275 | 170 | 44 | 0 | 45 | 121 | 32 | 41 | 104 | 54 |
| Binary | 10111101 | 1111000 | 100100 | 0 | 100101 | 1010001 | 11010 | 100001 | 1000100 | 101100 |
Color Harmonies of #BD7824
Complementary color
Monochromatic Colors of #BD7824
Black with #BD7824
Text Example
Text Example
White with #BD7824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7824; }
p { color: rgb(189,120,36); }
H1.HeaderClassName
{
color: #BD7824;
}
.AnyTagClassName
{
color: #BD7824;
}
</style>
background-color css
<style>
a { background-color: #BD7824; }
a { background-color: rgb(189,120,36); }
div.DivClassName
{
background-color: #BD7824;
}
.BgClassName
{
background-color: #BD7824;
}
</style>
border-color css
<style>
span { border-color: #BD7824; }
span { border-color: rgb(189,120,36); }
td.TdClassName
{
border-color: #BD7824;
}
.TagClassName
{
border-color: #BD7824;
}
</style>