Shades of Pirate Gold #BD7C27
Tints of Pirate Gold #BD7C27
RGB
CMYK
RGB Variations
Color information
#BD7C27 (or 0xBD7C27) is known color: Pirate Gold. HEX triplet: BD, 7C and 27. RGB value is (189,124,39). Sum of RGB (Red+Green+Blue) = 189+124+39=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C27 is #4283D8. Grayscale: #868686. Windows color (decimal): -4359129 or 2587837. OLE color: 2587837.
HSL color Cylindrical-coordinate representation of color #BD7C27: hue angle of 34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD7C27 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 39 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.26 |
| HSL | 34º | 0.66% | 0.45% | - |
| HSV(B) | 34º | 0.79% | 0.74% | - |
| XYZ | 28.56 | 25.38 | 5.31 | - |
| YUV | 133.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 39 | 0 | 0.34 | 0.79 | 0.26 | 34 | 0.66 | 0.45 |
| Hex | BD | 7C | 27 | 0 | 22 | 4F | 1A | 22 | 42 | 2D |
| Octal | 275 | 174 | 47 | 0 | 42 | 117 | 32 | 42 | 102 | 55 |
| Binary | 10111101 | 1111100 | 100111 | 0 | 100010 | 1001111 | 11010 | 100010 | 1000010 | 101101 |
Color Harmonies of #BD7C27
Complementary color
Monochromatic Colors of #BD7C27
Black with #BD7C27
Text Example
Text Example
White with #BD7C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C27; }
p { color: rgb(189,124,39); }
H1.HeaderClassName
{
color: #BD7C27;
}
.AnyTagClassName
{
color: #BD7C27;
}
</style>
background-color css
<style>
a { background-color: #BD7C27; }
a { background-color: rgb(189,124,39); }
div.DivClassName
{
background-color: #BD7C27;
}
.BgClassName
{
background-color: #BD7C27;
}
</style>
border-color css
<style>
span { border-color: #BD7C27; }
span { border-color: rgb(189,124,39); }
td.TdClassName
{
border-color: #BD7C27;
}
.TagClassName
{
border-color: #BD7C27;
}
</style>