Shades of Pirate Gold #BF7D1A
Tints of Pirate Gold #BF7D1A
RGB
CMYK
RGB Variations
Color information
#BF7D1A (or 0xBF7D1A) is known color: Pirate Gold. HEX triplet: BF, 7D and 1A. RGB value is (191,125,26). Sum of RGB (Red+Green+Blue) = 191+125+26=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D1A is #4082E5. Grayscale: #858585. Windows color (decimal): -4227814 or 1736127. OLE color: 1736127.
HSL color Cylindrical-coordinate representation of color #BF7D1A: hue angle of 36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF7D1A is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 26 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.25 |
| HSL | 36º | 0.76% | 0.43% | - |
| HSV(B) | 36º | 0.86% | 0.75% | - |
| XYZ | 29.01 | 25.82 | 4.43 | - |
| YUV | 133.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 26 | 0 | 0.35 | 0.86 | 0.25 | 36 | 0.76 | 0.43 |
| Hex | BF | 7D | 1A | 0 | 23 | 56 | 19 | 24 | 4C | 2B |
| Octal | 277 | 175 | 32 | 0 | 43 | 126 | 31 | 44 | 114 | 53 |
| Binary | 10111111 | 1111101 | 11010 | 0 | 100011 | 1010110 | 11001 | 100100 | 1001100 | 101011 |
Color Harmonies of #BF7D1A
Complementary color
Monochromatic Colors of #BF7D1A
Black with #BF7D1A
Text Example
Text Example
White with #BF7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D1A; }
p { color: rgb(191,125,26); }
H1.HeaderClassName
{
color: #BF7D1A;
}
.AnyTagClassName
{
color: #BF7D1A;
}
</style>
background-color css
<style>
a { background-color: #BF7D1A; }
a { background-color: rgb(191,125,26); }
div.DivClassName
{
background-color: #BF7D1A;
}
.BgClassName
{
background-color: #BF7D1A;
}
</style>
border-color css
<style>
span { border-color: #BF7D1A; }
span { border-color: rgb(191,125,26); }
td.TdClassName
{
border-color: #BF7D1A;
}
.TagClassName
{
border-color: #BF7D1A;
}
</style>