Shades of Pirate Gold #BF781C
Tints of Pirate Gold #BF781C
RGB
CMYK
RGB Variations
Color information
#BF781C (or 0xBF781C) is known color: Pirate Gold. HEX triplet: BF, 78 and 1C. RGB value is (191,120,28). Sum of RGB (Red+Green+Blue) = 191+120+28=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF781C is #4087E3. Grayscale: #838383. Windows color (decimal): -4229092 or 1865919. OLE color: 1865919.
HSL color Cylindrical-coordinate representation of color #BF781C: hue angle of 33.87º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF781C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.25 |
| HSL | 33.87º | 0.74% | 0.43% | - |
| HSV(B) | 33.87º | 0.85% | 0.75% | - |
| XYZ | 28.41 | 24.59 | 4.35 | - |
| YUV | 130.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 28 | 0 | 0.37 | 0.85 | 0.25 | 33.87 | 0.74 | 0.43 |
| Hex | BF | 78 | 1C | 0 | 25 | 55 | 19 | 22 | 4A | 2B |
| Octal | 277 | 170 | 34 | 0 | 45 | 125 | 31 | 42 | 112 | 53 |
| Binary | 10111111 | 1111000 | 11100 | 0 | 100101 | 1010101 | 11001 | 100010 | 1001010 | 101011 |
Color Harmonies of #BF781C
Complementary color
Monochromatic Colors of #BF781C
Black with #BF781C
Text Example
Text Example
White with #BF781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF781C; }
p { color: rgb(191,120,28); }
H1.HeaderClassName
{
color: #BF781C;
}
.AnyTagClassName
{
color: #BF781C;
}
</style>
background-color css
<style>
a { background-color: #BF781C; }
a { background-color: rgb(191,120,28); }
div.DivClassName
{
background-color: #BF781C;
}
.BgClassName
{
background-color: #BF781C;
}
</style>
border-color css
<style>
span { border-color: #BF781C; }
span { border-color: rgb(191,120,28); }
td.TdClassName
{
border-color: #BF781C;
}
.TagClassName
{
border-color: #BF781C;
}
</style>