Shades of Pirate Gold #BF7A21
Tints of Pirate Gold #BF7A21
RGB
CMYK
RGB Variations
Color information
#BF7A21 (or 0xBF7A21) is known color: Pirate Gold. HEX triplet: BF, 7A and 21. RGB value is (191,122,33). Sum of RGB (Red+Green+Blue) = 191+122+33=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A21 is #4085DE. Grayscale: #848484. Windows color (decimal): -4228575 or 2194111. OLE color: 2194111.
HSL color Cylindrical-coordinate representation of color #BF7A21: hue angle of 33.8º 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 #BF7A21 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 33 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.25 |
| HSL | 33.8º | 0.71% | 0.44% | - |
| HSV(B) | 33.8º | 0.83% | 0.75% | - |
| XYZ | 28.72 | 25.11 | 4.77 | - |
| YUV | 132.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 33 | 0 | 0.36 | 0.83 | 0.25 | 33.8 | 0.71 | 0.44 |
| Hex | BF | 7A | 21 | 0 | 24 | 53 | 19 | 22 | 47 | 2C |
| Octal | 277 | 172 | 41 | 0 | 44 | 123 | 31 | 42 | 107 | 54 |
| Binary | 10111111 | 1111010 | 100001 | 0 | 100100 | 1010011 | 11001 | 100010 | 1000111 | 101100 |
Color Harmonies of #BF7A21
Complementary color
Monochromatic Colors of #BF7A21
Black with #BF7A21
Text Example
Text Example
White with #BF7A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A21; }
p { color: rgb(191,122,33); }
H1.HeaderClassName
{
color: #BF7A21;
}
.AnyTagClassName
{
color: #BF7A21;
}
</style>
background-color css
<style>
a { background-color: #BF7A21; }
a { background-color: rgb(191,122,33); }
div.DivClassName
{
background-color: #BF7A21;
}
.BgClassName
{
background-color: #BF7A21;
}
</style>
border-color css
<style>
span { border-color: #BF7A21; }
span { border-color: rgb(191,122,33); }
td.TdClassName
{
border-color: #BF7A21;
}
.TagClassName
{
border-color: #BF7A21;
}
</style>