Shades of Pirate Gold #BD7C24
Tints of Pirate Gold #BD7C24
RGB
CMYK
RGB Variations
Color information
#BD7C24 (or 0xBD7C24) is known color: Pirate Gold. HEX triplet: BD, 7C and 24. RGB value is (189,124,36). Sum of RGB (Red+Green+Blue) = 189+124+36=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C24 is #4283DB. Grayscale: #858585. Windows color (decimal): -4359132 or 2391229. OLE color: 2391229.
HSL color Cylindrical-coordinate representation of color #BD7C24: hue angle of 34.51º 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 #BD7C24 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 36 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.26 |
| HSL | 34.51º | 0.68% | 0.44% | - |
| HSV(B) | 34.51º | 0.81% | 0.74% | - |
| XYZ | 28.51 | 25.36 | 5.06 | - |
| YUV | 133.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 36 | 0 | 0.34 | 0.81 | 0.26 | 34.51 | 0.68 | 0.44 |
| Hex | BD | 7C | 24 | 0 | 22 | 51 | 1A | 23 | 44 | 2C |
| Octal | 275 | 174 | 44 | 0 | 42 | 121 | 32 | 43 | 104 | 54 |
| Binary | 10111101 | 1111100 | 100100 | 0 | 100010 | 1010001 | 11010 | 100011 | 1000100 | 101100 |
Color Harmonies of #BD7C24
Complementary color
Monochromatic Colors of #BD7C24
Black with #BD7C24
Text Example
Text Example
White with #BD7C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C24; }
p { color: rgb(189,124,36); }
H1.HeaderClassName
{
color: #BD7C24;
}
.AnyTagClassName
{
color: #BD7C24;
}
</style>
background-color css
<style>
a { background-color: #BD7C24; }
a { background-color: rgb(189,124,36); }
div.DivClassName
{
background-color: #BD7C24;
}
.BgClassName
{
background-color: #BD7C24;
}
</style>
border-color css
<style>
span { border-color: #BD7C24; }
span { border-color: rgb(189,124,36); }
td.TdClassName
{
border-color: #BD7C24;
}
.TagClassName
{
border-color: #BD7C24;
}
</style>