Shades of Pirate Gold #BD6E1F
Tints of Pirate Gold #BD6E1F
RGB
CMYK
RGB Variations
Color information
#BD6E1F (or 0xBD6E1F) is known color: Pirate Gold. HEX triplet: BD, 6E and 1F. RGB value is (189,110,31). Sum of RGB (Red+Green+Blue) = 189+110+31=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E1F is #4291E0. Grayscale: #7D7D7D. Windows color (decimal): -4362721 or 2059965. OLE color: 2059965.
HSL color Cylindrical-coordinate representation of color #BD6E1F: hue angle of 30º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD6E1F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 31 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.26 |
| HSL | 30º | 0.72% | 0.43% | - |
| HSV(B) | 30º | 0.84% | 0.74% | - |
| XYZ | 26.81 | 22.07 | 4.14 | - |
| YUV | 124.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 31 | 0 | 0.42 | 0.84 | 0.26 | 30 | 0.72 | 0.43 |
| Hex | BD | 6E | 1F | 0 | 2A | 54 | 1A | 1E | 48 | 2B |
| Octal | 275 | 156 | 37 | 0 | 52 | 124 | 32 | 36 | 110 | 53 |
| Binary | 10111101 | 1101110 | 11111 | 0 | 101010 | 1010100 | 11010 | 11110 | 1001000 | 101011 |
Color Harmonies of #BD6E1F
Complementary color
Monochromatic Colors of #BD6E1F
Black with #BD6E1F
Text Example
Text Example
White with #BD6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E1F; }
p { color: rgb(189,110,31); }
H1.HeaderClassName
{
color: #BD6E1F;
}
.AnyTagClassName
{
color: #BD6E1F;
}
</style>
background-color css
<style>
a { background-color: #BD6E1F; }
a { background-color: rgb(189,110,31); }
div.DivClassName
{
background-color: #BD6E1F;
}
.BgClassName
{
background-color: #BD6E1F;
}
</style>
border-color css
<style>
span { border-color: #BD6E1F; }
span { border-color: rgb(189,110,31); }
td.TdClassName
{
border-color: #BD6E1F;
}
.TagClassName
{
border-color: #BD6E1F;
}
</style>