Shades of Pirate Gold #BF6E21
Tints of Pirate Gold #BF6E21
RGB
CMYK
RGB Variations
Color information
#BF6E21 (or 0xBF6E21) is known color: Pirate Gold. HEX triplet: BF, 6E and 21. RGB value is (191,110,33). Sum of RGB (Red+Green+Blue) = 191+110+33=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E21 is #4091DE. Grayscale: #7D7D7D. Windows color (decimal): -4231647 or 2191039. OLE color: 2191039.
HSL color Cylindrical-coordinate representation of color #BF6E21: hue angle of 29.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF6E21 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 33 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.25 |
| HSL | 29.24º | 0.71% | 0.44% | - |
| HSV(B) | 29.24º | 0.83% | 0.75% | - |
| XYZ | 27.34 | 22.34 | 4.31 | - |
| YUV | 125.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 33 | 0 | 0.42 | 0.83 | 0.25 | 29.24 | 0.71 | 0.44 |
| Hex | BF | 6E | 21 | 0 | 2A | 53 | 19 | 1D | 47 | 2C |
| Octal | 277 | 156 | 41 | 0 | 52 | 123 | 31 | 35 | 107 | 54 |
| Binary | 10111111 | 1101110 | 100001 | 0 | 101010 | 1010011 | 11001 | 11101 | 1000111 | 101100 |
Color Harmonies of #BF6E21
Complementary color
Monochromatic Colors of #BF6E21
Black with #BF6E21
Text Example
Text Example
White with #BF6E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E21; }
p { color: rgb(191,110,33); }
H1.HeaderClassName
{
color: #BF6E21;
}
.AnyTagClassName
{
color: #BF6E21;
}
</style>
background-color css
<style>
a { background-color: #BF6E21; }
a { background-color: rgb(191,110,33); }
div.DivClassName
{
background-color: #BF6E21;
}
.BgClassName
{
background-color: #BF6E21;
}
</style>
border-color css
<style>
span { border-color: #BF6E21; }
span { border-color: rgb(191,110,33); }
td.TdClassName
{
border-color: #BF6E21;
}
.TagClassName
{
border-color: #BF6E21;
}
</style>